freebsd-dev/bin/dd
Warner Losh f9bcb0beb5 o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.

Approved by: arch@, new style(9)
2002-02-02 06:24:13 +00:00
..
args.c o __P has been reoved 2002-02-02 06:24:13 +00:00
conv_tab.c Even more cleanups to dd(1). This is probably the culmination of the 1999-09-12 16:51:53 +00:00
conv.c o __P has been reoved 2002-02-02 06:24:13 +00:00
dd.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
dd.c o __P has been reoved 2002-02-02 06:24:13 +00:00
dd.h Various cleanups are made to reduce warnings and make code prettier :) 2000-07-01 05:36:25 +00:00
extern.h o __P has been reoved 2002-02-02 06:24:13 +00:00
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
misc.c o __P has been reoved 2002-02-02 06:24:13 +00:00
position.c o __P has been reoved 2002-02-02 06:24:13 +00:00