forgot to commit this file in last commit
This commit is contained in:
parent
c3e21a5228
commit
d8dc2e8f7d
6
deps/jamlib/mbase.c
vendored
6
deps/jamlib/mbase.c
vendored
@ -1,6 +1,6 @@
|
||||
/*
|
||||
JAMLIB - A JAM subroutine library
|
||||
Copyright (C) 1999 Björn Stenberg
|
||||
Copyright (C) 1999 Bj<EFBFBD>rn Stenberg
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
@ -55,7 +55,7 @@
|
||||
**
|
||||
** MBASE.C -- Message base handling
|
||||
**
|
||||
** Author: Bj”rn Stenberg (bjorn.stenberg@sth.frontec.se)
|
||||
** Author: Bj<EFBFBD>rn Stenberg (bjorn.stenberg@sth.frontec.se)
|
||||
**
|
||||
***********************************************************************/
|
||||
#include <stdio.h>
|
||||
@ -85,7 +85,7 @@
|
||||
#if defined( __LINUX__ )
|
||||
#include <sys/file.h>
|
||||
#include <unistd.h>
|
||||
#ifdef __sun
|
||||
#if defined(__sun) || defined(__MUSL__)
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user