|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:30 |
|---|---|
| Line 33 | Line 33 |
| * @(#) Copyright (c) 1990, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1990, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)makekey.c 8.1 (Berkeley) 6/4/93 | * @(#)makekey.c 8.1 (Berkeley) 6/4/93 |
| * $FreeBSD: src/libexec/makekey/makekey.c,v 1.8 1999/08/28 00:09:39 peter Exp $ | * $FreeBSD: src/libexec/makekey/makekey.c,v 1.8 1999/08/28 00:09:39 peter Exp $ |
| * $DragonFly: src/libexec/makekey/makekey.c,v 1.1 2003/06/16 04:59:05 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 45 | Line 45 |
| #include <string.h> | #include <string.h> |
| #include <unistd.h> | #include <unistd.h> |
| static void get __P((char *, int)); | static void get (char *, int); |
| int | int |
| main() | main() |