Update for new function renaming nechanism.

This commit is contained in:
thorpej 1997-10-22 06:59:35 +00:00
parent 38ba03f125
commit baddc757e4

View File

@ -1,4 +1,4 @@
/* $NetBSD: rmt.h,v 1.3 1997/10/21 19:50:55 thorpej Exp $ */
/* $NetBSD: rmt.h,v 1.4 1997/10/22 06:59:35 thorpej Exp $ */
/*
* rmt.h
@ -42,16 +42,13 @@ __END_DECLS
#define creat rmtcreat
#define dup rmtdup
#define fcntl rmtfcntl
#undef fstat
#define fstat rmtfstat
#define ioctl rmtioctl
#define isatty rmtisatty
#define lseek rmtlseek
#undef lstat
#define lstat rmtlstat
#define open rmtopen
#define read rmtread
#undef stat
#define stat rmtstat
#define write rmtwrite
#endif /* __RMTLIB_PRIVATE */