Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2004 15:08:17 -0700 (PDT)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/finger net.c src/usr.sbin/gstat gstat.c src/usr.sbin/keyserv keyserv.h src/usr.sbin/mrouted cfparse.y src/usr.sbin/rpc.lockd lockd_lock.c src/lib/libdisk disk.c src/usr.sbin/boot0cfg boot0cfg.c src/usr.sbin/pccard/pccardc ...
Message-ID:  <200405162208.i4GM8HRK028685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stefanf     2004/05/16 15:08:17 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/finger       net.c 
    usr.sbin/gstat       gstat.c 
    usr.sbin/keyserv     keyserv.h 
    usr.sbin/mrouted     cfparse.y 
    usr.sbin/rpc.lockd   lockd_lock.c 
    lib/libdisk          disk.c 
    usr.sbin/boot0cfg    boot0cfg.c 
    usr.sbin/pccard/pccardc pccardc.c 
  Log:
  Remove spurious semicolons.  Outside of functions they are actually errors but
  GCC doesn't warn about them without -pedantic.
  
  Approved by:    das (mentor)
  PR:             56649
  Reviewed by:    md5
  
  Revision  Changes    Path
  1.122     +1 -1      src/lib/libdisk/disk.c
  1.23      +1 -1      src/usr.bin/finger/net.c
  1.16      +1 -1      src/usr.sbin/boot0cfg/boot0cfg.c
  1.9       +1 -1      src/usr.sbin/gstat/gstat.c
  1.3       +1 -1      src/usr.sbin/keyserv/keyserv.h
  1.13      +2 -2      src/usr.sbin/mrouted/cfparse.y
  1.13      +1 -1      src/usr.sbin/pccard/pccardc/pccardc.c
  1.14      +1 -1      src/usr.sbin/rpc.lockd/lockd_lock.c



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