From 59235929663ac63680d29ab7e658cf8d908174fb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 1 May 1996 21:46:57 +0000 Subject: [PATCH] Some semicolons git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@457 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 4 ++-- lib/roken/roken.h.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index a698363f5..ad04e983e 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -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__ */ diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index a698363f5..ad04e983e 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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__ */