Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 00:10:55 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib grantpt.c
Message-ID:  <200301040810.h048AtTe089489@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/01/04 00:10:55 PST

  Modified files:
    lib/libc/stdlib      grantpt.c 
  Log:
  Fix three warnings:
   o #include <stdio.h> to make sprintf()'s prototype visible.
   o Remove unused variable: sbuf.
   o Don't use assignment as truth value.
  
  Revision  Changes    Path
  1.2       +2 -2      src/lib/libc/stdlib/grantpt.c

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




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