run GNU protoize
protect header files nuke some dead code regenerate configure script let silly code die
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
/** $MirBSD: ksh_dir.h,v 1.4 2004/10/28 11:11:18 tg Exp $ */
|
||||
/** $MirBSD: ksh_dir.h,v 1.5 2004/10/28 11:53:42 tg Exp $ */
|
||||
/* $OpenBSD: ksh_dir.h,v 1.1.1.1 1996/08/14 06:19:11 downsj Exp $ */
|
||||
|
||||
#ifndef KSH_DIR_H
|
||||
#define KSH_DIR_H
|
||||
|
||||
/* Wrapper around the ugly dir includes/ifdefs */
|
||||
|
||||
#if defined(HAVE_DIRENT_H)
|
||||
@ -25,3 +28,5 @@ extern DIR *ksh_opendir(const char *d);
|
||||
#else /* OPENDIR_DOES_NONDIR */
|
||||
# define ksh_opendir(d) opendir(d)
|
||||
#endif /* OPENDIR_DOES_NONDIR */
|
||||
|
||||
#endif /* ndef KSH_DIR_H */
|
||||
|
Reference in New Issue
Block a user