(file) Return to lslp-perl-linux.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / slp / Attic

Diff for /pegasus/src/slp/Attic/lslp-perl-linux.h between version 1.7 and 1.8

version 1.7, 2001/07/10 02:18:52 version 1.8, 2001/07/16 22:28:06
Line 46 
Line 46 
 #include <sys/stat.h> #include <sys/stat.h>
 #include <string.h> #include <string.h>
  
 #ifdef PEGASUS_OS_HPUX  #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_OS_TRU64)
 extern char *strtok_r(char *, const char *, char **);  extern "C" char *strtok_r(char *, const char *, char **);
   # include <arpa/inet.h>
   # include <net/if.h>
   #elif defined (PEGASUS_OS_TRU64)
 # include <arpa/inet.h> # include <arpa/inet.h>
 # include <net/if.h> # include <net/if.h>
 #else #else


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2