Mercurial > hg > xemacs-beta
comparison src/s/sol2.h @ 22:8fc7fe29b841 r19-15b94
Import from CVS: tag r19-15b94
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:29 +0200 |
parents | 376386a54a3c |
children | 4103f0995bd7 |
comparison
equal
deleted
inserted
replaced
21:b88636d63495 | 22:8fc7fe29b841 |
---|---|
41 | 41 |
42 #ifndef NOT_C_CODE | 42 #ifndef NOT_C_CODE |
43 /* The standard Solaris library nsl has this function in it which is | 43 /* The standard Solaris library nsl has this function in it which is |
44 supposed to only be in the BSD compat stuff. Yuck. Of course, | 44 supposed to only be in the BSD compat stuff. Yuck. Of course, |
45 there isn't a prototype for it other than in /usr/ucbinclude. */ | 45 there isn't a prototype for it other than in /usr/ucbinclude. */ |
46 int gethostname (char *, int); | 46 int gethostname (char *, size_t); |
47 | 47 |
48 /* XEmacs: Solaris include files miss this. */ | 48 /* XEmacs: Solaris include files miss this. */ |
49 struct timeval; | 49 struct timeval; |
50 int utimes (char *file, struct timeval *tvp); | 50 int utimes (char *file, struct timeval *tvp); |
51 | 51 |