diff options
| author | Adam David <adam@FreeBSD.org> | 1997-01-21 21:07:29 +0000 |
|---|---|---|
| committer | Adam David <adam@FreeBSD.org> | 1997-01-21 21:07:29 +0000 |
| commit | 3cf6d2e79287107cf42709ace857680d50209e86 (patch) | |
| tree | bf84fdba5c89e8d8f0d4fba1209234815eec29af | |
| parent | b5b673ff993e74b6db9b6d437e7a438f032cf9c5 (diff) | |
Notes
| -rw-r--r-- | sbin/shutdown/shutdown.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index e94e096584d0..2a915c3c2642 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -138,11 +138,6 @@ main(argc, argv) if (argc < 1) usage(); - if (nosync) { - (void)fprintf(stderr, - "shutdown: incompatible switches -f and -n.\n"); - usage(); - } if (doreboot && dohalt) { (void)fprintf(stderr, "shutdown: incompatible switches -h and -r.\n"); |
