Date: Sat, 13 Sep 1997 20:32:44 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include Makefile Message-ID: <199709140332.UAA16600@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/09/13 20:32:44 PDT Modified files: include Makefile Log: SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includes sys/poll.h). Just provide a link, it's close enough. :-) In an ideal world the prototype for poll() would be in <poll.h> but some code seems to expect it in <sys/poll.h>, so we can't win there. Revision Changes Path 1.64 +2 -2 src/include/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709140332.UAA16600>