* winsup.h (cygwin_inet_addr): Fix type of declaration.
This commit is contained in:
parent
fe6934da14
commit
316d9cabfe
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue