Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/21/1997 20:00:08
thorpej
Tue Oct 21 12:51:03 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv24451

Modified Files:
	rmt.h 
Log Message:
Make this somewhat less yucky:
- Make this work with versioned stat(2)-family functions.
- Prototype the rmt(3) functions here, and make them match the prototypes
  of the functions they're remapping.
- Allow rmtlib.c to include this in a way that doesn't remap any functions.


thorpej
Tue Oct 21 12:58:00 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv25342

Modified Files:
      Tag: netbsd-1-3
	rmt.h 
Log Message:
Pull up from trunk:

Make this somewhat less yucky:
- Make this work with versioned stat(2)-family functions.
- Prototype the rmt(3) functions here, and make them match the prototypes
  of the functions they're remapping.
- Allow rmtlib.c to include this in a way that doesn't remap any functions.


thorpej
Tue Oct 21 12:58:27 PDT 1997
Update of /cvsroot/src/lib/librmt
In directory netbsd1:/var/slash-tmp/cvs-serv25073

Modified Files:
	rmtlib.c 
Log Message:
- Convert a few functions to variable arguments so that they can be
  prototyped like the functions that they remap (open, fcntl, ioctl).
- Pull in prototypes from <rmt.h>.