diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-02 06:48:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-02 06:48:51 +0000 |
commit | 78da99c28c8963407d905901722d221b54812d6a (patch) | |
tree | f6d4b44cef3e6e73f9d27ff0037fd8846a2f22d2 /sys/i386/ibcs2/ibcs2_fcntl.c | |
parent | e52c8a45ff72ab6abbc0b823b49affd971689ced (diff) | |
download | FreeBSD-src-78da99c28c8963407d905901722d221b54812d6a.zip FreeBSD-src-78da99c28c8963407d905901722d221b54812d6a.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_fcntl.c')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_fcntl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_fcntl.c b/sys/i386/ibcs2/ibcs2_fcntl.c index df93363..b4c8d85 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.c +++ b/sys/i386/ibcs2/ibcs2_fcntl.c @@ -23,10 +23,11 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_spx_hack.h" #include <sys/param.h> |