diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-17 15:44:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-17 15:44:39 +0000 |
commit | 92040cbc5f1a18a85735127c3677275c419674cb (patch) | |
tree | 9da041de10c686c4fd8f0825efe54522e9462ecb /posix/PTESTS2C.sed | |
parent | 922903d21761d33f07630ab6de2b34fb738c3fda (diff) | |
download | glibc-92040cbc5f1a18a85735127c3677275c419674cb.tar.gz glibc-92040cbc5f1a18a85735127c3677275c419674cb.tar.xz glibc-92040cbc5f1a18a85735127c3677275c419674cb.zip |
Update.
1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * sunrpc/svc_tcp.c: Add FreeBSD DoS patch. * sunrpc/xdr_rec.c: Likewise.
Diffstat (limited to 'posix/PTESTS2C.sed')
-rw-r--r-- | posix/PTESTS2C.sed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/PTESTS2C.sed b/posix/PTESTS2C.sed new file mode 100644 index 0000000000..98a547da30 --- /dev/null +++ b/posix/PTESTS2C.sed @@ -0,0 +1,4 @@ +/^##/d +s/# \(.*\)/ { 0, 0, "\1", NULL, },/ +s/\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\(.*\)/ { \1, \2, "\3", "\4", \5 },/ +s/\\/\\\\/g |