diff options
Diffstat (limited to 'devel/asl/files/patch-ac')
-rw-r--r-- | devel/asl/files/patch-ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/asl/files/patch-ac b/devel/asl/files/patch-ac deleted file mode 100644 index 404d3b9cc65d..000000000000 --- a/devel/asl/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- as.c.orig Sat May 9 15:13:05 1998 -+++ as.c Fri Dec 11 17:14:47 1998 -@@ -2577,6 +2577,13 @@ - - ParamCount=argc-1; ParamStr=argv; - -+ if (ParamCount == 0) -+ BEGIN -+ fprintf(stderr, "Usage: %s [ option(s) ] file(s) [ option(s) ] file(s)\n", -+ argv[0]); -+ exit(0); -+ END -+ - if (First) - BEGIN - endian_init(); nls_init(); bpemu_init(); stdhandl_init(); |