|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:30 |
|---|---|
| Line 46 | Line 46 |
| * @(#) Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)rbootd.c 8.1 (Berkeley) 6/4/93 | * @(#)rbootd.c 8.1 (Berkeley) 6/4/93 |
| * $FreeBSD: src/libexec/rbootd/rbootd.c,v 1.11.2.1 2001/02/18 02:54:11 kris Exp $ | * $FreeBSD: src/libexec/rbootd/rbootd.c,v 1.11.2.1 2001/02/18 02:54:11 kris Exp $ |
| * $DragonFly: src/libexec/rbootd/rbootd.c,v 1.1 2003/06/16 04:59:24 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/param.h> | #include <sys/param.h> |
| Line 63 | Line 63 |
| #include <unistd.h> | #include <unistd.h> |
| #include "defs.h" | #include "defs.h" |
| static void usage __P((void)); | static void usage (void); |
| int | int |
| main(argc, argv) | main(argc, argv) |