From 9726cfd1fbe9bdbed4e88ca72e767d63dd80c757 Mon Sep 17 00:00:00 2001 From: augustss Date: Wed, 25 Nov 1998 22:17:06 +0000 Subject: Make the copyright header conform to the NetBSD template. --- sys/dev/sequencer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/sequencer.c') diff --git a/sys/dev/sequencer.c b/sys/dev/sequencer.c index 3c62a76e3d5..29f22bda4cb 100644 --- a/sys/dev/sequencer.c +++ b/sys/dev/sequencer.c @@ -1,10 +1,11 @@ -/* $NetBSD: sequencer.c,v 1.12 1998/10/20 21:19:22 augustss Exp $ */ +/* $NetBSD: sequencer.c,v 1.13 1998/11/25 22:17:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit ected='selected'>trunk NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/alloc.c
AgeCommit message (Expand)Author
2019-03-31fix warnings, printf formats, etc.christos
2016-06-05Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simplemaxv
2011-07-30Fix printf formating in ifdef DEBUG sections.jakllsch
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2010-12-25Correct recently exposed printf format problem.jakllsch
2007-12-02unsigned -> unsigned inttsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-06-30help with casts, and lint hints.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-01KNR, removing ugly 'unsigned' variables.dsl