Make hidden COMPAT_43 dependencies explict. Options in headers is a

pain in the backside.
This commit is contained in:
Eivind Eklund 1997-12-16 18:49:23 +00:00
parent e9161c5082
commit 8438b90fd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31784
3 changed files with 8 additions and 2 deletions

View file

@ -25,9 +25,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: linux_file.c,v 1.15 1997/11/06 19:28:54 phk Exp $
* $Id: linux_file.c,v 1.16 1997/12/05 19:55:37 bde Exp $
*/
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -25,9 +25,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: linux_file.c,v 1.15 1997/11/06 19:28:54 phk Exp $
* $Id: linux_file.c,v 1.16 1997/12/05 19:55:37 bde Exp $
*/
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -5,6 +5,8 @@
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>