Subject: mount_procfs.c typo fix
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Luke Mewburn <lm@rmit.edu.au>
List: netbsd-bugs
Date: 05/17/1994 10:39:49
The following diff fixes a simple typo in mount_procfs.c
---
*** mount_procfs.c.PLM Mon May 16 23:00:46 1994
--- mount_procfs.c Mon May 16 23:01:01 1994
***************
*** 73,79 ****
usage();
if (mount(MOUNT_PROCFS, argv[1], mntflags, NULL)) {
! (void)fprintf(stderr, "mount_fdesc: %s\n", strerror(errno));
exit(1);
}
exit(0);
--- 73,79 ----
usage();
if (mount(MOUNT_PROCFS, argv[1], mntflags, NULL)) {
! (void)fprintf(stderr, "mount_procfs: %s\n", strerror(errno));
exit(1);
}
exit(0);
--
``Concealment is never as hard as people think, you Luke Mewburn
must understand that. It's action while hiding that's <lm@rmit.edu.au>
the hard part''
-- Coyote, in Kim Stanley Robinson's `Green Mars'
------------------------------------------------------------------------------