Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 20:09:42 -0700 (MST)
From:      "M. Warner Losh" <imp@village.org>
To:        arch@freebsd.org
Subject:   Bin diffs
Message-ID:  <20020131.200942.41874592.imp@village.org>

next in thread | raw e-mail | index | archive | help
OK.  Here's my first round of diffs.

http://people.freebsd.org/~Pbin

o __P -> deleted
o conversion to new function declaration style
o Deletion of main prototypes (per Peter's request)
o Some register removal (but not all, I might do that too before the
  commit, per David O'Brien's suggestion).
o Some style(9) tweaks:
  int
  foo() {
  }
  becomes
  int
  foo(void)
  {
  }
o Some general fussiness that I couldn't help myself on.

Comments?

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131.200942.41874592.imp>