Subject: src/sbin/fsck_lfs/pass0.c typo
To: None <rumble@ephemeral.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: current-users
Date: 03/17/2006 19:42:27
--s/l3CgOIzMHHjg/5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
here's another needed fix...
Cheers, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
--s/l3CgOIzMHHjg/5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
Index: sbin/fsck_lfs/pass0.c
===================================================================
RCS file: /cvsroot/src/sbin/fsck_lfs/pass0.c,v
retrieving revision 1.25
diff -u -p -r1.25 pass0.c
--- sbin/fsck_lfs/pass0.c 17 Mar 2006 15:53:46 -0000 1.25
+++ sbin/fsck_lfs/pass0.c 17 Mar 2006 18:38:14 -0000
@@ -76,6 +76,7 @@
#include <ufs/lfs/lfs.h>
#undef vnode
+#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--s/l3CgOIzMHHjg/5--