tDon't need to install 'u' as flagfmt anymore. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fc1d90caca17395602b26c99215ded32963eb372
DIR parent 5b6dcaf404353c78b4a6b34b1805d3471ce474ba
HTML Author: rsc <devnull@localhost>
Date: Sun, 23 Nov 2003 17:51:41 +0000
Don't need to install 'u' as flagfmt anymore.
Diffstat:
M src/cmd/sam/sam.c | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
DIR diff --git a/src/cmd/sam/sam.c b/src/cmd/sam/sam.c
t@@ -42,11 +42,6 @@ main(int argc, char *argv[])
String *t;
char **ap, **arg;
- { // libfmt-2.0 uses %lu where we need %lud
- extern int __flagfmt(Fmt*);
- fmtinstall('u', __flagfmt);
- }
-
arg = argv++;
ap = argv;
while(argc>1 && argv[0] && argv[0][0]=='-'){