diff options
| author | Jim Meyering <jim@meyering.net> | 2000-08-08 07:12:24 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-08-08 07:12:24 +0000 |
| commit | b99ee65d9feb6e7020b5afc6b670d77c83c6a5b4 (patch) | |
| tree | 395ab4a53adea7e60b426f643a26b27bbca2b9bd /src/mkfifo.c | |
| parent | (do_link): Invoke xalloc_die instead of printing our own message. (diff) | |
| download | coreutils-b99ee65d9feb6e7020b5afc6b670d77c83c6a5b4.tar.gz coreutils-b99ee65d9feb6e7020b5afc6b670d77c83c6a5b4.zip | |
(main): Invoke xalloc_die instead of printing our own message.
Diffstat (limited to 'src/mkfifo.c')
| -rw-r--r-- | src/mkfifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c index 886ce7bbd..ec933ee8a 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -122,7 +122,7 @@ main (int argc, char **argv) if (change == MODE_INVALID) error (1, 0, _("invalid mode")); else if (change == MODE_MEMORY_EXHAUSTED) - error (1, 0, _("virtual memory exhausted")); + xalloc_die (); newmode = mode_adjust (newmode, change); } |
