diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:33 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:33 +0100 |
commit | 726f69e29ca9d4842f3acb20fffd2466fda62c09 (patch) | |
tree | abbc1b6e9bfb0dfe32e81a83648e261ccb2d5a5f /mount/fstab.c | |
parent | 6dbe3af945a63f025561abb83275cee9ff06c57b (diff) | |
download | util-linux-726f69e29ca9d4842f3acb20fffd2466fda62c09.tar.gz |
Imported from util-linux-2.5 tarball.v2.5
Diffstat (limited to 'mount/fstab.c')
-rw-r--r-- | mount/fstab.c | 4 |
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. */ |