summaryrefslogtreecommitdiffstats
path: root/src/libregexp/regerror.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 05:13:56 +0000
committerrsc <devnull@localhost>2004-03-05 05:13:56 +0000
commit62390091b7ff715e9336cc69a3ee41a6c458221e (patch)
tree352da5cb2dce3e3310f6c8324ec79c326d13200a /src/libregexp/regerror.c
parent4da83e7ccebd8ab6eb33747d16292567ec59d7dd (diff)
downloadplan9port-62390091b7ff715e9336cc69a3ee41a6c458221e.tar.gz
plan9port-62390091b7ff715e9336cc69a3ee41a6c458221e.zip
Update libregexp with recent bug fixes from Plan 9.
Diffstat (limited to 'src/libregexp/regerror.c')
-rw-r--r--src/libregexp/regerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregexp/regerror.c b/src/libregexp/regerror.c
index 2cd1e3e2..99ff0c74 100644
--- a/src/libregexp/regerror.c
+++ b/src/libregexp/regerror.c
@@ -10,5 +10,5 @@ regerror(char *s)
strcat(buf, s);
strcat(buf, "\n");
write(2, buf, strlen(buf));
- exit(1);
+ exits("regerr");
}