From f57c944e09417edcbcd69f2b01b937cadef39db2 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 7 Dec 2000 19:56:48 +0000 Subject: Changed names of functions in utility.c and all affected files, to make compliant with the style guide. Everybody rebuild your tags file! --- swaponoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaponoff.c') diff --git a/swaponoff.c b/swaponoff.c index 0ae0c36..e40d169 100644 --- a/swaponoff.c +++ b/swaponoff.c @@ -96,7 +96,7 @@ extern int swap_on_off_main(int argc, char **argv) struct stat statBuf; if (stat("/etc/fstab", &statBuf) < 0) - fatalError("/etc/fstab file missing\n"); + error_msg_and_die("/etc/fstab file missing\n"); } do_em_all(); break; -- cgit v1.1