summaryrefslogtreecommitdiffstats
path: root/mount/fstab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/fstab.c')
-rw-r--r--mount/fstab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/fstab.c b/mount/fstab.c
index 95b0879e0..d13280f8f 100644
--- a/mount/fstab.c
+++ b/mount/fstab.c
@@ -1,11 +1,11 @@
-/* /home/faith/cvs/util-linux/mount/fstab.c,v 1.1.1.1 1995/02/22 19:09:21 faith Exp */
+/* $Header: /home/faith/cvs/util-linux/mount/fstab.c,v 1.2 1995/10/07 01:32:03 faith Exp $ */
#include "fstab.h"
#include <stdio.h>
#define streq(s, t) (strcmp ((s), (t)) == 0)
-/* These routines are superceded by mntent(3), but I use them for
+/* These routines are superseded by mntent(3), but I use them for
convenience. Mntent(3) is used in the implementation, so be
very careful about the static buffers that are returned. */