diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-23 22:26:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-23 22:26:52 +0000 |
commit | 8be0c604d2ba515f3a8cfaadb89f2f9e1eee3cca (patch) | |
tree | 6146671ce2945cb9da055c2f0ccc6e9ce073a67a /sutils | |
parent | 7965ea2e68c125c1947f27195100a58a825b153e (diff) |
.
Diffstat (limited to 'sutils')
-rw-r--r-- | sutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 59d9077b..e2a0f5a8 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,5 +1,13 @@ 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + * MAKEDEV.sh (ECHO, EXEC): Do not export. + (DEVDIR): Initialize to `pwd` before argument parsing. + (_CWD): Don't set this. + (lose): New function. Use it for all miscellaneous fatal errors. + (mkdev): Disallow directory names. Always use ${DEVDIR} for name to + embed in translator settings. + Rewrite syntax checking for disk device names. + * fstab.c, fstab.h: Add numerous `const' qualifiers. * fstab.c (fstab_find_mount): Don't count "none" or "-" as matching |