From 744b5882914cda63347d8d2109430f62f0e74dbc Mon Sep 17 00:00:00 2001 From: meri Date: Tue, 10 Apr 2007 22:32:08 +0000 Subject: opcd_presence: fixed copyright git-svn-id: https://svn.openpcd.org:2342/trunk@308 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- host/Makefile | 2 +- host/opcd_presence.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'host') diff --git a/host/Makefile b/host/Makefile index 8d27808..89aa72c 100644 --- a/host/Makefile +++ b/host/Makefile @@ -5,7 +5,7 @@ CFLAGS=-Wall -I../firmware/include all: opcd_presence opcd_test opcd_sh clean: - -rm -f *.o opcd_test + -rm -f *.o opcd_test opcd_sh opcd_presence $(MAKE) -C ausb clean ausb/libausb.a: 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 + * + * (C) 2006 by Milosch Meriac * * 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 #include #include -- cgit v1.2.3