1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-02 02:04:35 +02:00
This commit is contained in:
Jim Meyering
1994-05-08 16:42:40 +00:00
parent 31c8ce9ef8
commit 1f53ad0803

View File

@@ -82,6 +82,9 @@ main (argc, argv)
error (1, errno, "%s", argv[1]);
exit (0);
}
#else
if (argc == 2)
error (1, 0, "cannot set hostname; this system lacks the system call");
#endif
if (argc == 1)