Module Name: src
Committed By: pooka
Date: Thu Aug 6 00:58:32 UTC 2009
Modified Files:
src/sbin/mount_lfs: mount_lfs.h
Log Message:
remember to add cleaner_main() prototype
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/mount_lfs/mount_lfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_lfs/mount_lfs.h
diff -u src/sbin/mount_lfs/mount_lfs.h:1.1 src/sbin/mount_lfs/mount_lfs.h:1.2
--- src/sbin/mount_lfs/mount_lfs.h:1.1 Tue Aug 5 20:57:45 2008
+++ src/sbin/mount_lfs/mount_lfs.h Thu Aug 6 00:58:32 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_lfs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
+/* $NetBSD: mount_lfs.h,v 1.2 2009/08/06 00:58:32 pooka Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation. All Rights Reserved.
@@ -34,4 +34,6 @@
void mount_lfs_parseargs(int, char **, struct ufs_args *, int *,
char *, char *);
+int lfs_cleaner_main(int, char **);
+
#endif /* _SBIN_MOUNT_LFS_MOUNT_LFS_H_ */