OSSP CVS Repository

ossp - Difference in ossp-pkg/sa/sa.c versions 1.20 and 1.21
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sa/sa.c 1.20 -> 1.21

--- sa.c 2001/10/09 18:36:17     1.20
+++ sa.c 2001/10/09 18:37:18     1.21
@@ -36,10 +36,10 @@
 /* include system API headers */
 #include <stdio.h>       /* for "s[n]printf()" */
 #include <stdlib.h>      /* for "malloc()" & friends */
-#include <stdarg.h>      /* for "va_xxx()" and "va_list" */
-#include <string.h>      /* for "strxxx()" and "size_t" */
+#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 */
@@ -48,7 +48,7 @@
 #include <sys/un.h>      /* for "struct sockaddr_un" */
 #include <netinet/in.h>  /* for "struct sockaddr_in[6]" */
 #include <sys/socket.h>  /* for "AF_XXX" and "SOCK_XXX" */
-#include <arpa/inet.h>   /* for "inet_xtoy" */
+#include <arpa/inet.h>   /* for "inet_XtoX" */
 
 /* include own API header */
 #include "sa.h"

CVSTrac 2.0.1