Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 21:00:29 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen getutxent.c
Message-ID:  <201001172100.o0HL0gw0023258@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-17 21:00:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getutxent.c 
  Log:
  SVN rev 202527 on 2010-01-17 21:00:29Z by ed
  
  Add forgotten break; keyword to getutxid().
  
  We should not fall through to the ut_id comparison. Only ut_type should
  be compared when using OLD_TIME, NEW_TIME, BOOT_TIME or SHUTDOWN_TIME.
  
  Revision  Changes    Path
  1.2       +2 -0      src/lib/libc/gen/getutxent.c



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