Missing $Id$

This commit is contained in:
Peter Wemm 1997-03-13 12:44:53 +00:00
parent 76863c5104
commit fd24d57d05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23839
3 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@
*/
#ifndef lint
static char rcsid[] = "$NetBSD: fsdb.c,v 1.2 1995/10/08 23:18:10 thorpej Exp $";
static char rcsid[] = "$Id$";
#endif /* not lint */
#include <sys/types.h>

View File

@ -26,6 +26,8 @@
* 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.
*
* $Id$
*/
extern int bread __P((int fd, char *buf, daddr_t blk, long size));

View File

@ -29,7 +29,7 @@
*/
#ifndef lint
static char rcsid[] = "$NetBSD: fsdbutil.c,v 1.2 1995/10/08 23:18:12 thorpej Exp $";
static char rcsid[] = "$Id$";
#endif /* not lint */
#include <sys/types.h>