From eaca209b7cb09f2c170e494625b85e85c512d598 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Thu, 20 Jan 2005 15:06:29 +0000 Subject: [PATCH] * util_file.c: Comment out all but fgets_slash(). --- vfs/samba/lib/util_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vfs/samba/lib/util_file.c b/vfs/samba/lib/util_file.c index ac231e444..e3dad0182 100644 --- a/vfs/samba/lib/util_file.c +++ b/vfs/samba/lib/util_file.c @@ -160,7 +160,7 @@ void endfilepwent(void *vp, int *file_lock_depth) fclose(fp); DEBUG(7, ("endfilepwent: closed file.\n")); } -#endif + /************************************************************************* Return the current position in the file list as an SMB_BIG_UINT. @@ -260,7 +260,7 @@ int getfileline(void *vp, char *linebuf, int linebuf_size) } return -1; } - +#endif /* 0 */ /**************************************************************************** read a line from a file with possible \ continuation chars.