Removed sccsids and rcsids and added Id$ to save space like everything

else in libkern.
This commit is contained in:
Bruce Evans 1996-08-28 20:32:21 +00:00
parent 1f403fcfbf
commit 9dfde365a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17880
3 changed files with 5 additions and 17 deletions

View File

@ -34,13 +34,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: ashrdi3.c,v 1.2 1994/08/02 07:43:48 davidg Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)ashrdi3.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include "quad.h"
/*

View File

@ -29,16 +29,10 @@
* 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$
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$Id: qsort.c,v 1.2 1995/12/26 13:24:47 bde Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
typedef int cmp_t __P((const void *, const void *));

View File

@ -29,12 +29,10 @@
* 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$
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
#include <string.h>