diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-08 14:25:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-08 14:25:06 +0000 |
commit | 8467a34eec13a2fd3730df41aeb85ccfd69d9f48 (patch) | |
tree | b30bee84b9732d9e2c8d6bbf7b1aae406b7d3671 | |
parent | 7cf4f55e47fcf827d2b1425147a16df37f272642 (diff) |
snprintf needed here.
-rw-r--r-- | sys/arch/hppa/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/Makefile b/sys/arch/hppa/stand/libsa/Makefile index 46b9b9fcf82..9b492d42908 100644 --- a/sys/arch/hppa/stand/libsa/Makefile +++ b/sys/arch/hppa/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2003/04/16 07:20:50 mickey Exp $ +# $OpenBSD: Makefile,v 1.13 2003/06/08 14:25:05 miod Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -21,7 +21,7 @@ SRCS= machdep.c pdc.c itecons.c dev_hppa.c time.c \ # stand routines SRCS+= alloc.c exit.c getfile.c gets.c globals.c \ - printf.c strerror.c strtol.c strchr.c ctime.c loadfile.c + printf.c strerror.c strtol.c strchr.c ctime.c loadfile.c snprintf.c # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \ |