FreeBSD Bugzilla – Attachment 13490 Details for
Bug 25654
minor style(9) fix for sleep
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 331 bytes, created by
Andrew Stevenson
on 2001-03-10 15:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Stevenson
Created:
2001-03-10 15:30:01 UTC
Size:
331 bytes
patch
obsolete
>--- sleep.c.orig Fri Oct 1 17:53:40 1999 >+++ sleep.c Sun Mar 11 01:18:25 2001 >@@ -49,6 +49,7 @@ > #include <limits.h> > #include <stdio.h> > #include <stdlib.h> >+#include <sysexits.h> > #include <time.h> > #include <unistd.h> > >@@ -132,5 +133,5 @@ > { > > (void)fprintf(stderr, "usage: sleep seconds\n"); >- exit(1); >+ exit(EX_USAGE); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25654
: 13490