diff options
Diffstat (limited to 'host/opcd_presence.c')
-rw-r--r-- | host/opcd_presence.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/opcd_presence.c b/host/opcd_presence.c index 47333df..847117f 100644 --- a/host/opcd_presence.c +++ b/host/opcd_presence.c @@ -1,5 +1,6 @@ /* opcd_test - Low-Level test program for OpenPCD - * (C) 2006 by Harald Welte <laforge@gnumonks.org> + * + * (C) 2006 by Milosch Meriac <meriac@openpcd.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -15,8 +16,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define __user - #include <stdio.h> #include <stdlib.h> #include <unistd.h> |