Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 1997 23:12:32 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libutil login_times.c
Message-ID:  <199701050712.XAA17891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/01/04 23:12:31

  Modified:    lib/libutil  login_times.c
  Log:
  Don't depend only <stdio.h> bogusly including <sys/types.h>.
  (<sys/types.h> is a prerequisite for <login_cap.h> mainly because
  the latter wants to typedef rlim_t.  rlim_t is typedefed in
  <sys/types.h> in NetBSD.)
  
  Revision  Changes    Path
  1.2       +2 -1      src/lib/libutil/login_times.c



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