diff options
| -rw-r--r-- | host/Makefile | 2 | ||||
| -rw-r--r-- | host/opcd_presence.c | 5 | 
2 files changed, 3 insertions, 4 deletions
| 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 <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> | 
