Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 1996 15:58:24 -0700 (PDT)
From:      James Raynard <jraynard>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio fsetpos.c fvwrite.c fwalk.c getw.c mktemp.c printf.c refill.c
Message-ID:  <199606122258.PAA12370@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jraynard    96/06/12 15:58:23

  Modified:    lib/libc/stdio  fsetpos.c fvwrite.c fwalk.c getw.c mktemp.c
                        printf.c refill.c
  Log:
  Code cleanup:-
  
  The usual stuff, adding missing function prototypes, argument types,
  return values, etc. In mktemp.c, convert pid from u_int to pid_t, and
  get rid of "extern int errno".
  
  Revision  Changes    Path
  1.2       +1 -1      src/lib/libc/stdio/fsetpos.c
  1.2       +1 -1      src/lib/libc/stdio/fvwrite.c
  1.2       +1 -1      src/lib/libc/stdio/fwalk.c
  1.2       +1 -1      src/lib/libc/stdio/getw.c
  1.3       +4 -5      src/lib/libc/stdio/mktemp.c
  1.2       +1 -1      src/lib/libc/stdio/printf.c
  1.2       +2 -2      src/lib/libc/stdio/refill.c



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