diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-11-07 10:53:41 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-11-07 10:53:41 +0000 |
| commit | 784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b (patch) | |
| tree | 368b0b244e9ff1e4d1d1e563ee72dc5168999272 /sbin/rcorder/ealloc.c | |
| parent | 96e460ec534f08eb10f4399f79381ae333de9e3c (diff) | |
Notes
Diffstat (limited to 'sbin/rcorder/ealloc.c')
| -rw-r--r-- | sbin/rcorder/ealloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/rcorder/ealloc.c b/sbin/rcorder/ealloc.c index 9accebe362068..a7cf6bc4a7134 100644 --- a/sbin/rcorder/ealloc.c +++ b/sbin/rcorder/ealloc.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ /* @@ -50,7 +51,7 @@ __RCSID("$NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $"); #include "ealloc.h" -static void enomem __P((void)); +static void enomem(void); /* * enomem -- |
