Some semicolons

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

View File

@@ -4,7 +4,7 @@
#define __ROKEN_H__
#ifndef HAVE_PUTENV
int putenv(const char *string)
int putenv(const char *string);
#endif
#ifndef HAVE_SETENV
@@ -48,7 +48,7 @@ int inet_aton(char *cp, struct in_addr *adr);
#endif
#if !defined(HAVE_GETCWD) || defined(BROKEN_GETCWD)
char* getcwd(char *path, int size)
char* getcwd(char *path, int size);
#endif
#endif /* __ROKEN_H__ */

View File

@@ -4,7 +4,7 @@
#define __ROKEN_H__
#ifndef HAVE_PUTENV
int putenv(const char *string)
int putenv(const char *string);
#endif
#ifndef HAVE_SETENV
@@ -48,7 +48,7 @@ int inet_aton(char *cp, struct in_addr *adr);
#endif
#if !defined(HAVE_GETCWD) || defined(BROKEN_GETCWD)
char* getcwd(char *path, int size)
char* getcwd(char *path, int size);
#endif
#endif /* __ROKEN_H__ */