From f5504e5413d8c260ef4dcfd22e5e0fdbee402156 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Fri, 15 Nov 2002 10:03:12 +0000 Subject: [PATCH] Eliminate unexistent prototype gcc warning. --- compat/lib/rmtflags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2