Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck_lfs missing errno.h



details:   https://anonhg.NetBSD.org/src/rev/19480e236081
branches:  trunk
changeset: 750567:19480e236081
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 07 04:21:28 2010 +0000

description:
missing errno.h

diffstat:

 sbin/fsck_lfs/utilities.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b402fface644 -r 19480e236081 sbin/fsck_lfs/utilities.c
--- a/sbin/fsck_lfs/utilities.c Thu Jan 07 01:39:56 2010 +0000
+++ b/sbin/fsck_lfs/utilities.c Thu Jan 07 04:21:28 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utilities.c,v 1.29 2010/01/07 01:39:56 christos Exp $       */
+/* $NetBSD: utilities.c,v 1.30 2010/01/07 04:21:28 christos Exp $       */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -45,6 +45,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <unistd.h>
+#include <errno.h>
 
 #include <signal.h>
 



Home | Main Index | Thread Index | Old Index