Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/config Include err.h for err(3) prototype.
details: https://anonhg.NetBSD.org/src/rev/f6800bca3188
branches: trunk
changeset: 520924:f6800bca3188
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 19 17:07:51 2002 +0000
description:
Include err.h for err(3) prototype.
diffstat:
usr.sbin/config/main.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c775754b7331 -r f6800bca3188 usr.sbin/config/main.c
--- a/usr.sbin/config/main.c Sat Jan 19 16:55:20 2002 +0000
+++ b/usr.sbin/config/main.c Sat Jan 19 17:07:51 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.64 2002/01/19 06:10:13 mjl Exp $ */
+/* $NetBSD: main.c,v 1.65 2002/01/19 17:07:51 wiz Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -60,6 +60,7 @@
#include <sys/stat.h>
#include <sys/param.h>
#include <ctype.h>
+#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index