From dbd583bd2b8a6dd40c622875a4e197360cb5aba7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:04:45 +0300 Subject: Move to 2.13.3 (from 2.13.tar.gz - sigh). --- missing/system.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 missing/system.c (limited to 'missing/system.c') diff --git a/missing/system.c b/missing/system.c new file mode 100644 index 00000000..bceca9e9 --- /dev/null +++ b/missing/system.c @@ -0,0 +1,7 @@ +int +system(s) +char *s; +{ + fatal("system() not supported on this system"); + return 0; +} -- cgit v1.2.3