ossp-pkg/sa/sa.c 1.74 -> 1.75
--- sa.c 2003/02/07 20:47:51 1.74
+++ sa.c 2003/11/10 18:52:35 1.75
@@ -39,7 +39,7 @@
#include <stdarg.h> /* for "va_XXX()" and "va_list" */
#include <string.h> /* for "strXXX()" and "size_t" */
#include <sys/types.h> /* for general prerequisites */
-#include <ctype.h> /* for isXXX() */
+#include <ctype.h> /* for "isXXX()" */
#include <errno.h> /* for "EXXX" */
#include <fcntl.h> /* for "F_XXX" and "O_XXX" */
#include <unistd.h> /* for standard Unix stuff */
|
|