summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-02-04 14:35:01 +0000
committerphk <phk@FreeBSD.org>2006-02-04 14:35:01 +0000
commitf8e9593b7e7c0cae673213ec132e6b7fbd97b4ea (patch)
tree8fc16984712585ca789940ec11fdf04167355c2d /include
parent8ef4ce651a0b65bf5df1b59c2d659d2532084517 (diff)
downloadFreeBSD-src-f8e9593b7e7c0cae673213ec132e6b7fbd97b4ea.zip
FreeBSD-src-f8e9593b7e7c0cae673213ec132e6b7fbd97b4ea.tar.gz
Remove spurious "union arg" from printf.h
Make sure to always print something in the alternate time format.
Diffstat (limited to 'include')
-rw-r--r--include/printf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/printf.h b/include/printf.h
index 59fa282..bd862a4 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -29,8 +29,6 @@
#ifndef _PRINTF_H_
#define _PRINTF_H_
-union arg;
-
/*
* The API defined by glibc allows a renderer to take multiple arguments
* This is obviously usable for things like (ptr+len) pairs etc.
OpenPOWER on IntegriCloud