git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@458 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-05-01 21:56:05 +00:00
parent 5923592966
commit fe2c08817a
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ int setenv(const char *var, const char *val, int rewrite);
#endif
#ifndef HAVE_GETUSERSHELL
char *getusershell __P((void));
char *getusershell(void);
#endif
#ifndef HAVE_STRDUP
@@ -47,7 +47,7 @@ int inet_aton(char *cp, struct in_addr *adr);
#endif
#endif
#if !defined(HAVE_GETCWD) || defined(BROKEN_GETCWD)
#if !defined(HAVE_GETCWD)
char* getcwd(char *path, int size);
#endif

View File

@@ -12,7 +12,7 @@ int setenv(const char *var, const char *val, int rewrite);
#endif
#ifndef HAVE_GETUSERSHELL
char *getusershell __P((void));
char *getusershell(void);
#endif
#ifndef HAVE_STRDUP
@@ -47,7 +47,7 @@ int inet_aton(char *cp, struct in_addr *adr);
#endif
#endif
#if !defined(HAVE_GETCWD) || defined(BROKEN_GETCWD)
#if !defined(HAVE_GETCWD)
char* getcwd(char *path, int size);
#endif