summaryrefslogtreecommitdiffstats
path: root/sbin/modunload
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 12:24:00 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 12:24:00 +0000
commitd2924d1b179ce176f260d3d1bc75c9cc4ea6262e (patch)
tree56b93e8bbdadf960082f7329f40c9d9ba0a57384 /sbin/modunload
parent0c594fc8cfb630d5c35ff54f2f1573d8d9905f8f (diff)
downloadFreeBSD-src-d2924d1b179ce176f260d3d1bc75c9cc4ea6262e.zip
FreeBSD-src-d2924d1b179ce176f260d3d1bc75c9cc4ea6262e.tar.gz
Compile under Lite2 (unistd.h has proto for getopt)
Diffstat (limited to 'sbin/modunload')
-rw-r--r--sbin/modunload/modunload.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c
index f7c7c58..b6bbdf5 100644
--- a/sbin/modunload/modunload.c
+++ b/sbin/modunload/modunload.c
@@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: modunload.c,v 1.4 1997/02/22 14:32:42 peter Exp $
*/
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <err.h>
#include <string.h>
#include <a.out.h>
OpenPOWER on IntegriCloud