From 6b6e005ce1cc4a5e4fc7fc40a52f2ed229f54b5b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 13 Dec 2022 22:30:05 +0100 Subject: [PATCH] Remove comments that survived the Helicoprion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OSes that are referred to by these comments, are extinct, but their comments survived, fossilized in amber. Reported-by: Iker Pedrosa Cc: Christian Göttsche Cc: Mike Frysinger Signed-off-by: Alejandro Colomar --- libmisc/ulimit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libmisc/ulimit.c b/libmisc/ulimit.c index eae8b247..45a184af 100644 --- a/libmisc/ulimit.c +++ b/libmisc/ulimit.c @@ -11,8 +11,7 @@ #ident "$Id$" -#include /* for struct timeval on sunos4 */ -/* XXX - is the above ok or should it be on ultrix? */ +#include #include #include "prototypes.h"