Module Name: src
Committed By: christos
Date: Thu Jan 7 04:21:28 UTC 2010
Modified Files:
src/sbin/fsck_lfs: utilities.c
Log Message:
missing errno.h
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/fsck_lfs/utilities.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/fsck_lfs/utilities.c
diff -u src/sbin/fsck_lfs/utilities.c:1.29 src/sbin/fsck_lfs/utilities.c:1.30
--- src/sbin/fsck_lfs/utilities.c:1.29 Wed Jan 6 20:39:56 2010
+++ src/sbin/fsck_lfs/utilities.c Wed Jan 6 23:21:28 2010
@@ -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>