buffchan.c
Igor Timkin
ivt at gamma.ru
Tue Oct 3 23:53:34 UTC 2000
gcc -g -O -mpentiumpro -mcpu=pentiumpro -I../include -c buffchan.c
buffchan.c: In function `fchmod':
buffchan.c:80: number of arguments doesn't match prototype
/usr/include/sys/stat.h:253: prototype declaration
*** Error code 1
Stop in /home/ivt/src/inn/backends.
*** Error code 1
diff -u buffchan.c buffchan.c.NEW
--- buffchan.c Thu Sep 21 21:25:26 2000
+++ buffchan.c.NEW Wed Oct 4 03:45:42 2000
@@ -69,19 +69,6 @@
STATIC TIMEINFO Now;
-#if !defined(HAVE_FCHMOD)
-/*
-** A dummy fchmod.
-*/
-/* ARGSUSED */
-int
-fchmod(i)
- int i;
-{
-}
-#endif /* !defined(HAVE_FCHMOD) */
-
-
/*
** Set up the site information. Basically creating empty buckets.
*/
More information about the inn-patches
mailing list