From: Stelian Pop Date: Fri, 15 Nov 2002 10:03:12 +0000 (+0000) Subject: Eliminate unexistent prototype gcc warning. X-Git-Tag: release_0_4b32~1 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=f5504e5413d8c260ef4dcfd22e5e0fdbee402156 Eliminate unexistent prototype gcc warning. --- diff --git a/compat/lib/rmtflags.c b/compat/lib/rmtflags.c index b009ff0..145d6d7 100644 --- a/compat/lib/rmtflags.c +++ b/compat/lib/rmtflags.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rmtflags.c,v 1.1 2002/07/29 12:00:33 stelian Exp $"; + "$Id: rmtflags.c,v 1.2 2002/11/15 10:03:12 stelian Exp $"; #endif /* not linux */ /* @@ -53,6 +53,7 @@ static const char rcsid[] = #include #include #include +#include struct openflags { char *name;