Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 16:03:28 +0300
From:      Panagiotis Astithas <past@ebs.gr>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Cc:        mike@freebsd.org
Subject:   [PATCH] Remove obsolete reference to <sys/_posix.h>
Message-ID:  <40F3DDA0.9040108@ebs.gr>

next in thread | raw e-mail | index | archive | help
Hi,

while doing some porting work I found that in src/sys/posix4/mqueue.h we 
still include sys/_posix.h, despite having removed the relevant file in 
2002. This tiny patch should fix this:

--- /usr/src/sys/posix4/mqueue.h        Sat Sep 21 21:49:56 2002
+++ mqueue.h    Tue Jul 13 15:59:12 2004
@@ -37,8 +37,6 @@
  #ifndef _MQUEUE_H_
  #define        _MQUEUE_H_

-#include <sys/_posix.h>
-
  #ifdef _P1003_1B_INCLUDE_MAYBES
  #include <sys/types.h>
  #include <fcntl.h>


Cheers,
-- 
Panagiotis Astithas, PhD
R&D Manager
EBS, Electronic Business Systems Ltd.
18 Evgenidou Street, 115 25, Athens GREECE
Phone: +30 210 674 7631
Fax: +30 210 674 7601
http://www.ebs.gr



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