Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 20:59:50 +1000 (EST)
From:      <andrew@ugh.net.au>
To:        <freebsd-gnats-submit@freebsd.org>
Cc:        <freebsd-bugs@FreeBSD.org>, <dd@FreeBSD.org>
Subject:   Re: bin/25278: bs accepts -s -c but not -sc
Message-ID:  <20010619205619.K72827-100000@starbug.ugh.net.au>
In-Reply-To: <20010619204518.M72827-100000@starbug.ugh.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Here's a patch to sort the headers. It assumes the previous patch has been
applied.

Thanks,

Andrew

--- bs.usage/bs.c	Tue Jun 19 20:38:38 2001
+++ bs.headers/bs.c	Tue Jun 19 20:54:12 2001
@@ -9,15 +9,15 @@
  * $FreeBSD: src/games/bs/bs.c,v 1.9 2000/02/21 03:07:31 billf Exp $
  */

+#include <assert.h>
+#include <ctype.h>
 #include <ncurses.h>
 #include <signal.h>
-#include <ctype.h>
-#include <assert.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <time.h>
 #include <string.h>
 #include <sysexits.h>
+#include <time.h>
+#include <unistd.h>

 #ifndef A_UNDERLINE	/* BSD curses */
 #define	beep()	write(1,"\007",1);


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010619205619.K72827-100000>