* winsup.h (cygwin_inet_addr): Fix type of declaration.

This commit is contained in:
Corinna Vinschen 2008-05-20 15:39:26 +00:00
parent fe6934da14
commit 316d9cabfe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-20 Corinna Vinschen <corinna@vinschen.de>
* winsup.h (cygwin_inet_addr): Fix type of declaration.
2008-05-20 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (DLL_OFILES): Add nfs.o.

View File

@ -53,7 +53,8 @@ extern struct passwd *getpwuid32 (__uid32_t);
extern struct passwd *getpwnam (const char *);
extern struct __sFILE64 *fopen64 (const char *, const char *);
extern struct hostent *cygwin_gethostbyname (const char *name);
extern unsigned long cygwin_inet_addr (const char *cp);
/* Don't enforce definition of in_addr_t. */
extern uint32_t cygwin_inet_addr (const char *cp);
extern int fcntl64 (int fd, int cmd, ...);
#ifdef __cplusplus
}