diff options
author | Mark Whitley <markw@lineo.com> | 2000-12-07 19:56:48 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-12-07 19:56:48 +0000 |
commit | f57c944e09417edcbcd69f2b01b937cadef39db2 (patch) | |
tree | a55822621d54bd82c54e272fa986e45698fea0f1 /swaponoff.c | |
parent | 7b5c16ebe5f1b057603cf1c0b0187be418725c42 (diff) | |
download | busybox-w32-f57c944e09417edcbcd69f2b01b937cadef39db2.tar.gz busybox-w32-f57c944e09417edcbcd69f2b01b937cadef39db2.tar.bz2 busybox-w32-f57c944e09417edcbcd69f2b01b937cadef39db2.zip |
Changed names of functions in utility.c and all affected files, to make
compliant with the style guide. Everybody rebuild your tags file!
Diffstat (limited to 'swaponoff.c')
-rw-r--r-- | swaponoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaponoff.c b/swaponoff.c index 0ae0c36ee..e40d169dd 100644 --- a/swaponoff.c +++ b/swaponoff.c | |||
@@ -96,7 +96,7 @@ extern int swap_on_off_main(int argc, char **argv) | |||
96 | struct stat statBuf; | 96 | struct stat statBuf; |
97 | 97 | ||
98 | if (stat("/etc/fstab", &statBuf) < 0) | 98 | if (stat("/etc/fstab", &statBuf) < 0) |
99 | fatalError("/etc/fstab file missing\n"); | 99 | error_msg_and_die("/etc/fstab file missing\n"); |
100 | } | 100 | } |
101 | do_em_all(); | 101 | do_em_all(); |
102 | break; | 102 | break; |