diff options
Diffstat (limited to 'usr/src/lib/libc/common/sys')
149 files changed, 311 insertions, 690 deletions
diff --git a/usr/src/lib/libc/common/sys/__clock_timer.s b/usr/src/lib/libc/common/sys/__clock_timer.s index 5188262570..82e0d1e22e 100644 --- a/usr/src/lib/libc/common/sys/__clock_timer.s +++ b/usr/src/lib/libc/common/sys/__clock_timer.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_timer.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__getloadavg.s b/usr/src/lib/libc/common/sys/__getloadavg.s index a3691ccd42..9934978389 100644 --- a/usr/src/lib/libc/common/sys/__getloadavg.s +++ b/usr/src/lib/libc/common/sys/__getloadavg.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getloadavg.s" /* * int __getloadavg(int *buf, int nelem); diff --git a/usr/src/lib/libc/common/sys/__rusagesys.s b/usr/src/lib/libc/common/sys/__rusagesys.s index d79ce1d2a3..77e565189e 100644 --- a/usr/src/lib/libc/common/sys/__rusagesys.s +++ b/usr/src/lib/libc/common/sys/__rusagesys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__rusagesys.s" /* * int __rusagesys(type, struct rusage *) diff --git a/usr/src/lib/libc/common/sys/__signotify.s b/usr/src/lib/libc/common/sys/__signotify.s index c46122d074..d5aaf1f811 100644 --- a/usr/src/lib/libc/common/sys/__signotify.s +++ b/usr/src/lib/libc/common/sys/__signotify.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__signotify.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__sigrt.s b/usr/src/lib/libc/common/sys/__sigrt.s index 0ce63adb4e..43b9c364d7 100644 --- a/usr/src/lib/libc/common/sys/__sigrt.s +++ b/usr/src/lib/libc/common/sys/__sigrt.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__sigrt.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/__time.s b/usr/src/lib/libc/common/sys/__time.s index d7b46a0309..76b6d93d7b 100644 --- a/usr/src/lib/libc/common/sys/__time.s +++ b/usr/src/lib/libc/common/sys/__time.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__time.s" /* * raw system calls: diff --git a/usr/src/lib/libc/common/sys/_lgrp_home_fast.s b/usr/src/lib/libc/common/sys/_lgrp_home_fast.s index 7347d994c1..b486a62651 100644 --- a/usr/src/lib/libc/common/sys/_lgrp_home_fast.s +++ b/usr/src/lib/libc/common/sys/_lgrp_home_fast.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lgrp_home_fast.s" /* * C library -- gethomelgroup diff --git a/usr/src/lib/libc/common/sys/_lgrpsys.s b/usr/src/lib/libc/common/sys/_lgrpsys.s index b8e992e317..73671ce62b 100644 --- a/usr/src/lib/libc/common/sys/_lgrpsys.s +++ b/usr/src/lib/libc/common/sys/_lgrpsys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lgrpsys.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/_nfssys.s b/usr/src/lib/libc/common/sys/_nfssys.s index 17779908fa..11c55abb39 100644 --- a/usr/src/lib/libc/common/sys/_nfssys.s +++ b/usr/src/lib/libc/common/sys/_nfssys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_nfssys.s" /* C library -- nfssys */ /* int nfssys(int opcode, int arg) */ diff --git a/usr/src/lib/libc/common/sys/_portfs.s b/usr/src/lib/libc/common/sys/_portfs.s index 27688315db..e9e186693d 100644 --- a/usr/src/lib/libc/common/sys/_portfs.s +++ b/usr/src/lib/libc/common/sys/_portfs.s @@ -23,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_portfs.s" /* * C library implementation -- _portfs() diff --git a/usr/src/lib/libc/common/sys/_pset.s b/usr/src/lib/libc/common/sys/_pset.s index 3182e1df7b..1f07c80267 100644 --- a/usr/src/lib/libc/common/sys/_pset.s +++ b/usr/src/lib/libc/common/sys/_pset.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_pset.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/_rpcsys.s b/usr/src/lib/libc/common/sys/_rpcsys.s index de1b349f58..981d807e10 100644 --- a/usr/src/lib/libc/common/sys/_rpcsys.s +++ b/usr/src/lib/libc/common/sys/_rpcsys.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_rpcsys.s" /* rpcsys */ /* int rpcsys(int opcode, int arg) */ diff --git a/usr/src/lib/libc/common/sys/_sigaction.s b/usr/src/lib/libc/common/sys/_sigaction.s index c0c60b3f55..d8fd0d5b5f 100644 --- a/usr/src/lib/libc/common/sys/_sigaction.s +++ b/usr/src/lib/libc/common/sys/_sigaction.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_sigaction.s" /* C library -- sigaction */ /* int sigaction (int sig, struct sigaction *act); */ diff --git a/usr/src/lib/libc/common/sys/_so_accept.s b/usr/src/lib/libc/common/sys/_so_accept.s index b737628af8..75759faaad 100644 --- a/usr/src/lib/libc/common/sys/_so_accept.s +++ b/usr/src/lib/libc/common/sys/_so_accept.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_accept.s" /* C library -- __so_accept */ /* int __so_accept(int sock, struct sockaddr *addr, int *addrlen, int vers) */ diff --git a/usr/src/lib/libc/common/sys/_so_bind.s b/usr/src/lib/libc/common/sys/_so_bind.s index e400abe579..d8e4901311 100644 --- a/usr/src/lib/libc/common/sys/_so_bind.s +++ b/usr/src/lib/libc/common/sys/_so_bind.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_bind.s" /* C library -- _so_bind */ /* int _so_bind (int fildes, struct sockaddr *name, int namelen, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_connect.s b/usr/src/lib/libc/common/sys/_so_connect.s index 2eb16007a7..889651e9b1 100644 --- a/usr/src/lib/libc/common/sys/_so_connect.s +++ b/usr/src/lib/libc/common/sys/_so_connect.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_connect.s" /* C library -- __so_connect */ /* int __so_connect(int sock, struct sockaddr *addr, int addrlen, int vers) */ diff --git a/usr/src/lib/libc/common/sys/_so_getpeername.s b/usr/src/lib/libc/common/sys/_so_getpeername.s index 93617e1f36..0dd02e55cb 100644 --- a/usr/src/lib/libc/common/sys/_so_getpeername.s +++ b/usr/src/lib/libc/common/sys/_so_getpeername.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getpeername.s" /* C library -- _so_getpeername */ /* int _so_getpeername (int fildes, struct sockaddr *name, */ diff --git a/usr/src/lib/libc/common/sys/_so_getsockname.s b/usr/src/lib/libc/common/sys/_so_getsockname.s index bdd631234f..4855647e08 100644 --- a/usr/src/lib/libc/common/sys/_so_getsockname.s +++ b/usr/src/lib/libc/common/sys/_so_getsockname.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getsockname.s" /* C library -- _so_getsockname */ /* int _so_getsockname (int fildes, struct sockaddr *name, int namelen, */ diff --git a/usr/src/lib/libc/common/sys/_so_getsockopt.s b/usr/src/lib/libc/common/sys/_so_getsockopt.s index b4e02e0690..9b72f76b95 100644 --- a/usr/src/lib/libc/common/sys/_so_getsockopt.s +++ b/usr/src/lib/libc/common/sys/_so_getsockopt.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_getsockopt.s" /* C library -- _so_getsockopt */ /* int _so_getsockopt (int socket, int level, int option_name, */ diff --git a/usr/src/lib/libc/common/sys/_so_listen.s b/usr/src/lib/libc/common/sys/_so_listen.s index 48ac132f6c..e0ffd000cf 100644 --- a/usr/src/lib/libc/common/sys/_so_listen.s +++ b/usr/src/lib/libc/common/sys/_so_listen.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_listen.s" /* C library -- _so_listen */ /* int _so_listen (int socket, int backlog, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_recv.s b/usr/src/lib/libc/common/sys/_so_recv.s index 2b92fe77d8..690e7206dd 100644 --- a/usr/src/lib/libc/common/sys/_so_recv.s +++ b/usr/src/lib/libc/common/sys/_so_recv.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recv.s" /* C library -- _so_recv */ /* int __so_recv(int sock, void *buffer, size_t len, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_recvfrom.s b/usr/src/lib/libc/common/sys/_so_recvfrom.s index d5b53892ad..d1bc263911 100644 --- a/usr/src/lib/libc/common/sys/_so_recvfrom.s +++ b/usr/src/lib/libc/common/sys/_so_recvfrom.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recvfrom.s" /* C library -- __so_recvfrom */ /* diff --git a/usr/src/lib/libc/common/sys/_so_recvmsg.s b/usr/src/lib/libc/common/sys/_so_recvmsg.s index 15b3e31fe0..e90540620b 100644 --- a/usr/src/lib/libc/common/sys/_so_recvmsg.s +++ b/usr/src/lib/libc/common/sys/_so_recvmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_recvmsg.s" /* C library -- __so_recvmsg */ /* int __so_recvmsg(int sock, struct msghdr *msg, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_send.s b/usr/src/lib/libc/common/sys/_so_send.s index 285193b2be..03dafc9fd5 100644 --- a/usr/src/lib/libc/common/sys/_so_send.s +++ b/usr/src/lib/libc/common/sys/_so_send.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_send.s" /* C library -- __so_send */ /* int __so_send(int socket, const void *buffer, size_t len, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_sendmsg.s b/usr/src/lib/libc/common/sys/_so_sendmsg.s index 2e19c716f3..2067971fc5 100644 --- a/usr/src/lib/libc/common/sys/_so_sendmsg.s +++ b/usr/src/lib/libc/common/sys/_so_sendmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_sendmsg.s" /* C library -- __so_sendmsg */ /* int __so_sendmsg(int sock, const struct msghdr *msg, int flags) */ diff --git a/usr/src/lib/libc/common/sys/_so_sendto.s b/usr/src/lib/libc/common/sys/_so_sendto.s index cb5444ba28..3712f3582b 100644 --- a/usr/src/lib/libc/common/sys/_so_sendto.s +++ b/usr/src/lib/libc/common/sys/_so_sendto.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_sendto.s" /* C library -- __so_sendto */ /* diff --git a/usr/src/lib/libc/common/sys/_so_setsockopt.s b/usr/src/lib/libc/common/sys/_so_setsockopt.s index f4e09d0f33..f4ed5b084b 100644 --- a/usr/src/lib/libc/common/sys/_so_setsockopt.s +++ b/usr/src/lib/libc/common/sys/_so_setsockopt.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_setsockopt.s" /* C library -- _so_setsockopt */ /* int _so_setsockopt (int socket, int level, int option_name, */ diff --git a/usr/src/lib/libc/common/sys/_so_shutdown.s b/usr/src/lib/libc/common/sys/_so_shutdown.s index add0dcce89..ae3aab1dd5 100644 --- a/usr/src/lib/libc/common/sys/_so_shutdown.s +++ b/usr/src/lib/libc/common/sys/_so_shutdown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_shutdown.s" /* C library -- _so_shutdown */ /* int _so_shutdown (int fildes, int how, int vers); */ diff --git a/usr/src/lib/libc/common/sys/_so_socket.s b/usr/src/lib/libc/common/sys/_so_socket.s index 8d7d24240c..20586109c4 100644 --- a/usr/src/lib/libc/common/sys/_so_socket.s +++ b/usr/src/lib/libc/common/sys/_so_socket.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_socket.s" /* C library -- _so_socket */ /* diff --git a/usr/src/lib/libc/common/sys/_so_socketpair.s b/usr/src/lib/libc/common/sys/_so_socketpair.s index 30b596c56e..6627030e69 100644 --- a/usr/src/lib/libc/common/sys/_so_socketpair.s +++ b/usr/src/lib/libc/common/sys/_so_socketpair.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_so_socketpair.s" /* C library -- _so_socketpair */ /* diff --git a/usr/src/lib/libc/common/sys/_sockconfig.s b/usr/src/lib/libc/common/sys/_sockconfig.s index 1381617017..4ee709ee1b 100644 --- a/usr/src/lib/libc/common/sys/_sockconfig.s +++ b/usr/src/lib/libc/common/sys/_sockconfig.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_sockconfig.s" /* C library -- _sockconfig */ /* diff --git a/usr/src/lib/libc/common/sys/access.s b/usr/src/lib/libc/common/sys/access.s index f622ade40d..e39e7e549c 100644 --- a/usr/src/lib/libc/common/sys/access.s +++ b/usr/src/lib/libc/common/sys/access.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "access.s" /* C library -- access */ /* int access(char *path, int amode) */ diff --git a/usr/src/lib/libc/common/sys/acct.s b/usr/src/lib/libc/common/sys/acct.s index 1d7ed4480f..50bbc42895 100644 --- a/usr/src/lib/libc/common/sys/acct.s +++ b/usr/src/lib/libc/common/sys/acct.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "acct.s" /* C library -- acct */ /* int acct(const char *path) */ diff --git a/usr/src/lib/libc/common/sys/acl.s b/usr/src/lib/libc/common/sys/acl.s index 3a3fb614c5..d9d9c964e6 100644 --- a/usr/src/lib/libc/common/sys/acl.s +++ b/usr/src/lib/libc/common/sys/acl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "acl.s" /* C library -- acl */ /* int acl(const char *path, int cmd, int cnt, struct aclent *buf) */ diff --git a/usr/src/lib/libc/common/sys/adjtime.s b/usr/src/lib/libc/common/sys/adjtime.s index bede3400cb..a860d6738d 100644 --- a/usr/src/lib/libc/common/sys/adjtime.s +++ b/usr/src/lib/libc/common/sys/adjtime.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "adjtime.s" /* C Library -- adjtime */ /* int adjtime(struct timeval *delta, struct timeval *olddelta) */ diff --git a/usr/src/lib/libc/common/sys/alarm.s b/usr/src/lib/libc/common/sys/alarm.s index 20c7a2ef99..bcc1ce661a 100644 --- a/usr/src/lib/libc/common/sys/alarm.s +++ b/usr/src/lib/libc/common/sys/alarm.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "alarm.s" /* C library -- alarm */ /* unsigned alarm(unsigned seconds) */ diff --git a/usr/src/lib/libc/common/sys/brk.s b/usr/src/lib/libc/common/sys/brk.s index 8bedf3ab2f..fbd2f4c135 100644 --- a/usr/src/lib/libc/common/sys/brk.s +++ b/usr/src/lib/libc/common/sys/brk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "brk.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/chdir.s b/usr/src/lib/libc/common/sys/chdir.s index 198f5b439a..7469e12863 100644 --- a/usr/src/lib/libc/common/sys/chdir.s +++ b/usr/src/lib/libc/common/sys/chdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chdir.s" /* C library -- chdir */ /* int chdir(char *path) */ diff --git a/usr/src/lib/libc/common/sys/chmod.s b/usr/src/lib/libc/common/sys/chmod.s index 12a4b3f29e..e5175fafcb 100644 --- a/usr/src/lib/libc/common/sys/chmod.s +++ b/usr/src/lib/libc/common/sys/chmod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chmod.s" /* C library -- chmod */ /* int chmod(char *path, mode_t mode) */ diff --git a/usr/src/lib/libc/common/sys/chown.s b/usr/src/lib/libc/common/sys/chown.s index 2951402730..d77e23b346 100644 --- a/usr/src/lib/libc/common/sys/chown.s +++ b/usr/src/lib/libc/common/sys/chown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chown.s" /* C library -- chown */ /* int chown(char *path, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/chroot.s b/usr/src/lib/libc/common/sys/chroot.s index 81fe5896f1..7119afc555 100644 --- a/usr/src/lib/libc/common/sys/chroot.s +++ b/usr/src/lib/libc/common/sys/chroot.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "chroot.s" /* C library -- chroot */ /* int chroot(const char *path) */ diff --git a/usr/src/lib/libc/common/sys/cladm.s b/usr/src/lib/libc/common/sys/cladm.s index 491d849643..ca4bd1f4c9 100644 --- a/usr/src/lib/libc/common/sys/cladm.s +++ b/usr/src/lib/libc/common/sys/cladm.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cladm.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/close.s b/usr/src/lib/libc/common/sys/close.s index bf162d4e27..ee6cafea09 100644 --- a/usr/src/lib/libc/common/sys/close.s +++ b/usr/src/lib/libc/common/sys/close.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "close.s" /* C library -- close */ /* int __close(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/creat.s b/usr/src/lib/libc/common/sys/creat.s index 45530500d0..a2922eb974 100644 --- a/usr/src/lib/libc/common/sys/creat.s +++ b/usr/src/lib/libc/common/sys/creat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "creat.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/dup.s b/usr/src/lib/libc/common/sys/dup.s index 6813353005..84b89d0170 100644 --- a/usr/src/lib/libc/common/sys/dup.s +++ b/usr/src/lib/libc/common/sys/dup.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "dup.s" /* C library -- dup */ /* int dup(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/execve.s b/usr/src/lib/libc/common/sys/execve.s index 7c92ac99d7..d60268f601 100644 --- a/usr/src/lib/libc/common/sys/execve.s +++ b/usr/src/lib/libc/common/sys/execve.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "execve.s" /* C library -- execve */ /* int execve(const char *path, const char *argv[], const char *envp[]) diff --git a/usr/src/lib/libc/common/sys/exit.s b/usr/src/lib/libc/common/sys/exit.s index 5c259bcdde..242999b616 100644 --- a/usr/src/lib/libc/common/sys/exit.s +++ b/usr/src/lib/libc/common/sys/exit.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "exit.s" /* C library -- _exit * diff --git a/usr/src/lib/libc/common/sys/facl.s b/usr/src/lib/libc/common/sys/facl.s index 2cd5cd103a..32fc96aa8f 100644 --- a/usr/src/lib/libc/common/sys/facl.s +++ b/usr/src/lib/libc/common/sys/facl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "facl.s" /* C library -- facl */ /* int facl(int fd, int cmd, int cnt, struct aclent *buf) */ diff --git a/usr/src/lib/libc/common/sys/fchdir.s b/usr/src/lib/libc/common/sys/fchdir.s index a97d4ff2d1..5a97e4a1ec 100644 --- a/usr/src/lib/libc/common/sys/fchdir.s +++ b/usr/src/lib/libc/common/sys/fchdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchdir.s" /* C library -- fchdir */ /* int fchdir(int fildes) */ diff --git a/usr/src/lib/libc/common/sys/fchmod.s b/usr/src/lib/libc/common/sys/fchmod.s index d891b519ad..dc40164077 100644 --- a/usr/src/lib/libc/common/sys/fchmod.s +++ b/usr/src/lib/libc/common/sys/fchmod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchmod.s" /* C library -- fchmod */ /* int fchmod(int fildes, mode_t mode) */ diff --git a/usr/src/lib/libc/common/sys/fchown.s b/usr/src/lib/libc/common/sys/fchown.s index 7daa697711..2cc7d35093 100644 --- a/usr/src/lib/libc/common/sys/fchown.s +++ b/usr/src/lib/libc/common/sys/fchown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchown.s" /* C library -- fchown */ /* int fchown(int fildes, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/fchroot.s b/usr/src/lib/libc/common/sys/fchroot.s index 404169e225..041851f1d0 100644 --- a/usr/src/lib/libc/common/sys/fchroot.s +++ b/usr/src/lib/libc/common/sys/fchroot.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fchroot.s" /* C library -- fchroot */ /* int fchroot(const int fd) */ diff --git a/usr/src/lib/libc/common/sys/fcntl.s b/usr/src/lib/libc/common/sys/fcntl.s index df24860158..3e44b4546d 100644 --- a/usr/src/lib/libc/common/sys/fcntl.s +++ b/usr/src/lib/libc/common/sys/fcntl.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fcntl.s" /* * int __fcntl_syscall(int fildes, int cmd [, arg]) diff --git a/usr/src/lib/libc/common/sys/fdsync.s b/usr/src/lib/libc/common/sys/fdsync.s index 61775f9bd1..ba9ad33e79 100644 --- a/usr/src/lib/libc/common/sys/fdsync.s +++ b/usr/src/lib/libc/common/sys/fdsync.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fdsync.s" /* Underlying function for C library(fsync) and POSIX(fdatasync)*/ /* int __fdsync(int fildes, int flag) */ diff --git a/usr/src/lib/libc/common/sys/fpathconf.s b/usr/src/lib/libc/common/sys/fpathconf.s index 9bb7fb64e7..f3f5a5b036 100644 --- a/usr/src/lib/libc/common/sys/fpathconf.s +++ b/usr/src/lib/libc/common/sys/fpathconf.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fpathconf.s" /* C library -- fpathconf */ /* int fpathconf(int fd, int name) */ diff --git a/usr/src/lib/libc/common/sys/fstat.s b/usr/src/lib/libc/common/sys/fstat.s index 0bc6d69be0..54a8e83558 100644 --- a/usr/src/lib/libc/common/sys/fstat.s +++ b/usr/src/lib/libc/common/sys/fstat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstat.s" /* C library -- fstat */ /* int fstat (int fildes, struct stat *buf) */ diff --git a/usr/src/lib/libc/common/sys/fstatfs.s b/usr/src/lib/libc/common/sys/fstatfs.s index 51be44dddb..c8c55c1ef2 100644 --- a/usr/src/lib/libc/common/sys/fstatfs.s +++ b/usr/src/lib/libc/common/sys/fstatfs.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstatfs.s" /* C library -- fstatfs */ /* int fstatfs(int fildes, struct statfs *buf, int len, diff --git a/usr/src/lib/libc/common/sys/fstatvfs.s b/usr/src/lib/libc/common/sys/fstatvfs.s index 0dbef242fa..9300fbed80 100644 --- a/usr/src/lib/libc/common/sys/fstatvfs.s +++ b/usr/src/lib/libc/common/sys/fstatvfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "fstatvfs.s" /* C library -- fstatvfs */ /* int fstatvfs(int fildes, struct statvfs *buf) */ diff --git a/usr/src/lib/libc/common/sys/getcpuid.s b/usr/src/lib/libc/common/sys/getcpuid.s index 3bfa8f7728..0e9a55c44e 100644 --- a/usr/src/lib/libc/common/sys/getcpuid.s +++ b/usr/src/lib/libc/common/sys/getcpuid.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getcpuid.s" /* * C library -- getcpuid diff --git a/usr/src/lib/libc/common/sys/getdents.s b/usr/src/lib/libc/common/sys/getdents.s index d6df84a7e3..5c9577aeed 100644 --- a/usr/src/lib/libc/common/sys/getdents.s +++ b/usr/src/lib/libc/common/sys/getdents.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getdents.s" /* C library -- getdents */ /* int getdents (int fildes, struct dirent *buf, size_t count) */ diff --git a/usr/src/lib/libc/common/sys/getegid.s b/usr/src/lib/libc/common/sys/getegid.s index 812142b767..4d51b11170 100644 --- a/usr/src/lib/libc/common/sys/getegid.s +++ b/usr/src/lib/libc/common/sys/getegid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getegid.s" /* * C library -- getegid diff --git a/usr/src/lib/libc/common/sys/geteuid.s b/usr/src/lib/libc/common/sys/geteuid.s index 4cf6f688fc..267d358433 100644 --- a/usr/src/lib/libc/common/sys/geteuid.s +++ b/usr/src/lib/libc/common/sys/geteuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "geteuid.s" /* * C library -- geteuid diff --git a/usr/src/lib/libc/common/sys/getgid.s b/usr/src/lib/libc/common/sys/getgid.s index 02b4814ea8..c2d55876bb 100644 --- a/usr/src/lib/libc/common/sys/getgid.s +++ b/usr/src/lib/libc/common/sys/getgid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getgid.s" /* C library -- getgid */ /* gid_t getgid (void); */ diff --git a/usr/src/lib/libc/common/sys/getgroups.s b/usr/src/lib/libc/common/sys/getgroups.s index f7d9930a1f..d2544aacc1 100644 --- a/usr/src/lib/libc/common/sys/getgroups.s +++ b/usr/src/lib/libc/common/sys/getgroups.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getgroups.s" /* C library -- getgroups */ /* int getgroups(int gidsetsize, uid_t grouplist[]); */ diff --git a/usr/src/lib/libc/common/sys/gethrtime.s b/usr/src/lib/libc/common/sys/gethrtime.s index 0c2fc628eb..d66330ba2f 100644 --- a/usr/src/lib/libc/common/sys/gethrtime.s +++ b/usr/src/lib/libc/common/sys/gethrtime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gethrtime.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/getitimer.s b/usr/src/lib/libc/common/sys/getitimer.s index ab272babe0..1100e258d1 100644 --- a/usr/src/lib/libc/common/sys/getitimer.s +++ b/usr/src/lib/libc/common/sys/getitimer.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getitimer.s" /* C library -- getgid */ /* int getitimer (int, struct itimerval *value); */ diff --git a/usr/src/lib/libc/common/sys/getmsg.s b/usr/src/lib/libc/common/sys/getmsg.s index 333aa6632a..0c033eca58 100644 --- a/usr/src/lib/libc/common/sys/getmsg.s +++ b/usr/src/lib/libc/common/sys/getmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getmsg.s" /* C library -- getmsg */ /* int __getmsg(int fd, struct strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/getpid.s b/usr/src/lib/libc/common/sys/getpid.s index 78abed2e09..5a24613c53 100644 --- a/usr/src/lib/libc/common/sys/getpid.s +++ b/usr/src/lib/libc/common/sys/getpid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getpid.s" /* C library -- getpid */ /* pid_t getpid (void) */ diff --git a/usr/src/lib/libc/common/sys/getpmsg.s b/usr/src/lib/libc/common/sys/getpmsg.s index c82d8b09c6..37fe8b1074 100644 --- a/usr/src/lib/libc/common/sys/getpmsg.s +++ b/usr/src/lib/libc/common/sys/getpmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getpmsg.s" /* C library -- getpmsg */ /* int __getpmsg(int fd, struct strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/getppid.s b/usr/src/lib/libc/common/sys/getppid.s index 45c4dd0a3e..fa13eca082 100644 --- a/usr/src/lib/libc/common/sys/getppid.s +++ b/usr/src/lib/libc/common/sys/getppid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getppid.s" /* * C library -- getppid diff --git a/usr/src/lib/libc/common/sys/getrlimit.s b/usr/src/lib/libc/common/sys/getrlimit.s index 56cd868b74..0ac2bad9a5 100644 --- a/usr/src/lib/libc/common/sys/getrlimit.s +++ b/usr/src/lib/libc/common/sys/getrlimit.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getrlimit.s" /* C library -- getrlimit */ /* int getrlimit(int resources, struct rlimit *rlp) */ diff --git a/usr/src/lib/libc/common/sys/getuid.s b/usr/src/lib/libc/common/sys/getuid.s index 85cbdaebae..fa9b260003 100644 --- a/usr/src/lib/libc/common/sys/getuid.s +++ b/usr/src/lib/libc/common/sys/getuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "getuid.s" /* C library -- getuid */ /* uid_t getuid (void); */ diff --git a/usr/src/lib/libc/common/sys/gtty.s b/usr/src/lib/libc/common/sys/gtty.s index 363533a953..c03c98b6dd 100644 --- a/usr/src/lib/libc/common/sys/gtty.s +++ b/usr/src/lib/libc/common/sys/gtty.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gtty.s" /* C library -- gtty */ /* int gtty (int fildes, int arg); */ diff --git a/usr/src/lib/libc/common/sys/install_utrap.s b/usr/src/lib/libc/common/sys/install_utrap.s index f861be6698..0b113d8dac 100644 --- a/usr/src/lib/libc/common/sys/install_utrap.s +++ b/usr/src/lib/libc/common/sys/install_utrap.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "install_utrap.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/ioctl.s b/usr/src/lib/libc/common/sys/ioctl.s index 647e64b332..1d50ef0fb6 100644 --- a/usr/src/lib/libc/common/sys/ioctl.s +++ b/usr/src/lib/libc/common/sys/ioctl.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ioctl.s" /* C library -- ioctl */ /* int ioctl (int fildes, int request, ... ); */ diff --git a/usr/src/lib/libc/common/sys/kaio.s b/usr/src/lib/libc/common/sys/kaio.s index 1cd3810403..e9e4ac18bf 100644 --- a/usr/src/lib/libc/common/sys/kaio.s +++ b/usr/src/lib/libc/common/sys/kaio.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "kaio.s" /* C library -- kaio */ /* intptr_t _kaio (); */ diff --git a/usr/src/lib/libc/common/sys/kill.s b/usr/src/lib/libc/common/sys/kill.s index b1519849e3..eca693b4ad 100644 --- a/usr/src/lib/libc/common/sys/kill.s +++ b/usr/src/lib/libc/common/sys/kill.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "kill.s" /* C library -- kill */ /* int kill (pid_t pid, int sig); */ diff --git a/usr/src/lib/libc/common/sys/lchown.s b/usr/src/lib/libc/common/sys/lchown.s index db01eb12bb..5055f53ff4 100644 --- a/usr/src/lib/libc/common/sys/lchown.s +++ b/usr/src/lib/libc/common/sys/lchown.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lchown.s" /* C library -- lchown */ /* int lchown(const char *path, uid_t owner, gid_t group) */ diff --git a/usr/src/lib/libc/common/sys/link.s b/usr/src/lib/libc/common/sys/link.s index 6ec6e69686..cbc03892b5 100644 --- a/usr/src/lib/libc/common/sys/link.s +++ b/usr/src/lib/libc/common/sys/link.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "link.s" /* C library -- link */ /* int link (const char *path1, const char *path2); */ diff --git a/usr/src/lib/libc/common/sys/llseek.s b/usr/src/lib/libc/common/sys/llseek.s index 3dc9aab6a9..398516548c 100644 --- a/usr/src/lib/libc/common/sys/llseek.s +++ b/usr/src/lib/libc/common/sys/llseek.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "llseek.s" /* * C library -- llseek diff --git a/usr/src/lib/libc/common/sys/lseek.s b/usr/src/lib/libc/common/sys/lseek.s index b7011b1a7a..20be131543 100644 --- a/usr/src/lib/libc/common/sys/lseek.s +++ b/usr/src/lib/libc/common/sys/lseek.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lseek.s" /* C library -- lseek */ /* off_t lseek(int fildes, off_t offset, int whence); */ diff --git a/usr/src/lib/libc/common/sys/lstat.s b/usr/src/lib/libc/common/sys/lstat.s index dabe0f3b45..fa5c0fdc36 100644 --- a/usr/src/lib/libc/common/sys/lstat.s +++ b/usr/src/lib/libc/common/sys/lstat.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lstat.s" /* C library -- lstat */ /* error = lstat(const char *path, struct lstat *buf) */ diff --git a/usr/src/lib/libc/common/sys/memcntl.s b/usr/src/lib/libc/common/sys/memcntl.s index 05dc9c3311..920796c5b6 100644 --- a/usr/src/lib/libc/common/sys/memcntl.s +++ b/usr/src/lib/libc/common/sys/memcntl.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcntl.s" /* C library -- memcntl */ /* int memcntl(caddr_t addr, size_t len, int cmd, diff --git a/usr/src/lib/libc/common/sys/mincore.s b/usr/src/lib/libc/common/sys/mincore.s index 8819a652bd..5fed96d871 100644 --- a/usr/src/lib/libc/common/sys/mincore.s +++ b/usr/src/lib/libc/common/sys/mincore.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mincore.s" /* C library -- mincore */ /* int mincore(caddr_t addr, size_t len, char *vec) */ diff --git a/usr/src/lib/libc/common/sys/mkdir.s b/usr/src/lib/libc/common/sys/mkdir.s index 88a1e36c76..1efbfc9081 100644 --- a/usr/src/lib/libc/common/sys/mkdir.s +++ b/usr/src/lib/libc/common/sys/mkdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mkdir.s" /* C library -- mkdir */ /* int mkdir (const char *path, mode_t mode); */ diff --git a/usr/src/lib/libc/common/sys/mknod.s b/usr/src/lib/libc/common/sys/mknod.s index de711cc8ab..0d7733e7ff 100644 --- a/usr/src/lib/libc/common/sys/mknod.s +++ b/usr/src/lib/libc/common/sys/mknod.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mknod.s" /* C library -- mknod */ /* int mknod(const char *path, mode_t mode, dev_t dev); */ diff --git a/usr/src/lib/libc/common/sys/mmap.s b/usr/src/lib/libc/common/sys/mmap.s index 0a5742efdc..4175283eb8 100644 --- a/usr/src/lib/libc/common/sys/mmap.s +++ b/usr/src/lib/libc/common/sys/mmap.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mmap.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/modctl.s b/usr/src/lib/libc/common/sys/modctl.s index 6f50f4a6ec..c24df882af 100644 --- a/usr/src/lib/libc/common/sys/modctl.s +++ b/usr/src/lib/libc/common/sys/modctl.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "modctl.s" /* C library -- modctl */ /* int modctl(int opcode, char *arg) */ diff --git a/usr/src/lib/libc/common/sys/mount.s b/usr/src/lib/libc/common/sys/mount.s index 99e26969f8..5631b2344d 100644 --- a/usr/src/lib/libc/common/sys/mount.s +++ b/usr/src/lib/libc/common/sys/mount.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mount.s" /* C library -- mount */ /* int mount(const char *spec, const char *dir, int mflag, diff --git a/usr/src/lib/libc/common/sys/mprotect.s b/usr/src/lib/libc/common/sys/mprotect.s index 70bdf76237..9d2fbe615d 100644 --- a/usr/src/lib/libc/common/sys/mprotect.s +++ b/usr/src/lib/libc/common/sys/mprotect.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "mprotect.s" /* C library -- mprotect */ /* int mprotect(caddr_t addr, size_t len, int prot) */ diff --git a/usr/src/lib/libc/common/sys/munmap.s b/usr/src/lib/libc/common/sys/munmap.s index 569393521b..2ea70a1454 100644 --- a/usr/src/lib/libc/common/sys/munmap.s +++ b/usr/src/lib/libc/common/sys/munmap.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "munmap.s" /* C library -- munmap */ /* int munmap(caddr_t addr, size_t len) */ diff --git a/usr/src/lib/libc/common/sys/nice.s b/usr/src/lib/libc/common/sys/nice.s index 4e1709c74a..ccb802b8b9 100644 --- a/usr/src/lib/libc/common/sys/nice.s +++ b/usr/src/lib/libc/common/sys/nice.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "nice.s" /* C library -- nice */ /* int nice (int incr); */ diff --git a/usr/src/lib/libc/common/sys/ntp_adjtime.s b/usr/src/lib/libc/common/sys/ntp_adjtime.s index 0c6435b02a..0963fbf4be 100644 --- a/usr/src/lib/libc/common/sys/ntp_adjtime.s +++ b/usr/src/lib/libc/common/sys/ntp_adjtime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ntp_adjtime.s" /* C library -- ntp_adjtime */ /* int ntp_adjtime (struct timex *); */ diff --git a/usr/src/lib/libc/common/sys/ntp_gettime.s b/usr/src/lib/libc/common/sys/ntp_gettime.s index 18c796dada..c462efb731 100644 --- a/usr/src/lib/libc/common/sys/ntp_gettime.s +++ b/usr/src/lib/libc/common/sys/ntp_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ntp_gettime.s" /* C library -- ntp_gettime */ /* int ntp_gettime (struct ntptimeval *); */ diff --git a/usr/src/lib/libc/common/sys/open.s b/usr/src/lib/libc/common/sys/open.s index 2ebb074603..90c375629b 100644 --- a/usr/src/lib/libc/common/sys/open.s +++ b/usr/src/lib/libc/common/sys/open.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "open.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/p_online.s b/usr/src/lib/libc/common/sys/p_online.s index c2dc8508f2..7a31c8cccc 100644 --- a/usr/src/lib/libc/common/sys/p_online.s +++ b/usr/src/lib/libc/common/sys/p_online.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "p_online.s" /* * C library -- p_online diff --git a/usr/src/lib/libc/common/sys/pathconf.s b/usr/src/lib/libc/common/sys/pathconf.s index 1e6bd8ab56..2c2ba5d1a5 100644 --- a/usr/src/lib/libc/common/sys/pathconf.s +++ b/usr/src/lib/libc/common/sys/pathconf.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pathconf.s" /* C library -- pathconf */ /* long pathconf(char *path, int name) */ diff --git a/usr/src/lib/libc/common/sys/pause.s b/usr/src/lib/libc/common/sys/pause.s index 2da6f69639..77c880cdec 100644 --- a/usr/src/lib/libc/common/sys/pause.s +++ b/usr/src/lib/libc/common/sys/pause.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pause.s" /* C library - pause */ /* int __pause(void); */ diff --git a/usr/src/lib/libc/common/sys/pcsample.s b/usr/src/lib/libc/common/sys/pcsample.s index db40f2d2df..6269593f5b 100644 --- a/usr/src/lib/libc/common/sys/pcsample.s +++ b/usr/src/lib/libc/common/sys/pcsample.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pcsample.s" /* C library -- pcsample */ /* long pcsample(uintptr_t buf[], long nsamples); */ diff --git a/usr/src/lib/libc/common/sys/pollsys.s b/usr/src/lib/libc/common/sys/pollsys.s index 295e437d5f..3de7c57515 100644 --- a/usr/src/lib/libc/common/sys/pollsys.s +++ b/usr/src/lib/libc/common/sys/pollsys.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pollsys.s" /* * C library -- __pollsys diff --git a/usr/src/lib/libc/common/sys/pread.s b/usr/src/lib/libc/common/sys/pread.s index 0a08814dde..7b9821e049 100644 --- a/usr/src/lib/libc/common/sys/pread.s +++ b/usr/src/lib/libc/common/sys/pread.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pread.s" /* C library -- pread */ /* ssize_t __pread(int, void *, size_t, off_t); */ diff --git a/usr/src/lib/libc/common/sys/priocntlset.s b/usr/src/lib/libc/common/sys/priocntlset.s index f4ef612516..c29a016d5b 100644 --- a/usr/src/lib/libc/common/sys/priocntlset.s +++ b/usr/src/lib/libc/common/sys/priocntlset.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "priocntlset.s" /* C library -- priocntlset */ /* long priocntlset(procset_t psp, int cmd, int arg) */ diff --git a/usr/src/lib/libc/common/sys/processor_bind.s b/usr/src/lib/libc/common/sys/processor_bind.s index 58b7489af0..4ccc132140 100644 --- a/usr/src/lib/libc/common/sys/processor_bind.s +++ b/usr/src/lib/libc/common/sys/processor_bind.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "processor_bind.s" /* * C library -- processor_bind diff --git a/usr/src/lib/libc/common/sys/processor_info.s b/usr/src/lib/libc/common/sys/processor_info.s index 42877965e5..9010ec9e48 100644 --- a/usr/src/lib/libc/common/sys/processor_info.s +++ b/usr/src/lib/libc/common/sys/processor_info.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "processor_info.s" /* * C library -- processor_info diff --git a/usr/src/lib/libc/common/sys/profil.s b/usr/src/lib/libc/common/sys/profil.s index 46d97b7828..8a5ddf0011 100644 --- a/usr/src/lib/libc/common/sys/profil.s +++ b/usr/src/lib/libc/common/sys/profil.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "profil.s" /* C library -- profil */ /* void profil (short *buff, int buffsz, int offset, int scale);*/ diff --git a/usr/src/lib/libc/common/sys/putmsg.s b/usr/src/lib/libc/common/sys/putmsg.s index 66ccec85e0..0b33cf68c7 100644 --- a/usr/src/lib/libc/common/sys/putmsg.s +++ b/usr/src/lib/libc/common/sys/putmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "putmsg.s" /* C library -- putmsg */ /* int __putmsg(int fd, struct const strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/putpmsg.s b/usr/src/lib/libc/common/sys/putpmsg.s index e97587d007..d2a74ee54f 100644 --- a/usr/src/lib/libc/common/sys/putpmsg.s +++ b/usr/src/lib/libc/common/sys/putpmsg.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "putpmsg.s" /* C library -- putpmsg */ /* int __putpmsg(int fd, struct const strbuf *ctlptr, */ diff --git a/usr/src/lib/libc/common/sys/pwrite.s b/usr/src/lib/libc/common/sys/pwrite.s index 61d8b67544..20fd3a198a 100644 --- a/usr/src/lib/libc/common/sys/pwrite.s +++ b/usr/src/lib/libc/common/sys/pwrite.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "pwrite.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/read.s b/usr/src/lib/libc/common/sys/read.s index 72db14e879..4a838047c8 100644 --- a/usr/src/lib/libc/common/sys/read.s +++ b/usr/src/lib/libc/common/sys/read.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "read.s" /* C library -- read */ /* ssize_t __read(int fildes, void *buf, size_t nbyte); */ diff --git a/usr/src/lib/libc/common/sys/readlink.s b/usr/src/lib/libc/common/sys/readlink.s index 4a4d9d1883..2ec6e5a886 100644 --- a/usr/src/lib/libc/common/sys/readlink.s +++ b/usr/src/lib/libc/common/sys/readlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "readlink.s" /* * C library -- readlink diff --git a/usr/src/lib/libc/common/sys/readv.s b/usr/src/lib/libc/common/sys/readv.s index 3dd7136416..3488ee9619 100644 --- a/usr/src/lib/libc/common/sys/readv.s +++ b/usr/src/lib/libc/common/sys/readv.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "readv.s" /* C library -- readv */ /* ssize_t __readv(int fd, const struct iovec *iovp, int iovcnt) */ diff --git a/usr/src/lib/libc/common/sys/rename.s b/usr/src/lib/libc/common/sys/rename.s index ce31680d89..b76767a976 100644 --- a/usr/src/lib/libc/common/sys/rename.s +++ b/usr/src/lib/libc/common/sys/rename.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "rename.s" /* C library -- rename */ /* int rename(const char *old, const char *new); */ diff --git a/usr/src/lib/libc/common/sys/resolvepath.s b/usr/src/lib/libc/common/sys/resolvepath.s index 1ef05e84a4..632f3ee147 100644 --- a/usr/src/lib/libc/common/sys/resolvepath.s +++ b/usr/src/lib/libc/common/sys/resolvepath.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "resolvepath.s" /* C library -- resolvepath */ /* int resolvepath(const char *path, void *buf, int bufsiz) */ diff --git a/usr/src/lib/libc/common/sys/rmdir.s b/usr/src/lib/libc/common/sys/rmdir.s index 6067763b40..9e0aeda3d7 100644 --- a/usr/src/lib/libc/common/sys/rmdir.s +++ b/usr/src/lib/libc/common/sys/rmdir.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "rmdir.s" /* C library -- rmdir */ /* int rmdir (const char *path); */ diff --git a/usr/src/lib/libc/common/sys/seteguid.s b/usr/src/lib/libc/common/sys/seteguid.s index c370446587..ac0815138a 100644 --- a/usr/src/lib/libc/common/sys/seteguid.s +++ b/usr/src/lib/libc/common/sys/seteguid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "seteguid.s" /* C library -- setegid, seteuid */ /* int setegid (gid_t gid) */ diff --git a/usr/src/lib/libc/common/sys/setgid.s b/usr/src/lib/libc/common/sys/setgid.s index cb49aadb16..a2661e6df0 100644 --- a/usr/src/lib/libc/common/sys/setgid.s +++ b/usr/src/lib/libc/common/sys/setgid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setgid.s" /* C library -- setgid */ /* int setgid(gid_t gid); */ diff --git a/usr/src/lib/libc/common/sys/setgroups.s b/usr/src/lib/libc/common/sys/setgroups.s index 6b128d67df..30b4041710 100644 --- a/usr/src/lib/libc/common/sys/setgroups.s +++ b/usr/src/lib/libc/common/sys/setgroups.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setgroups.s" /* C library -- setgroups */ /* int setgroups(int ngroups, uid_t grouplist[]) */ diff --git a/usr/src/lib/libc/common/sys/setitimer.s b/usr/src/lib/libc/common/sys/setitimer.s index bfb2de13cb..9ef2388653 100644 --- a/usr/src/lib/libc/common/sys/setitimer.s +++ b/usr/src/lib/libc/common/sys/setitimer.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setitimer.s" /* C library -- setitimer */ /* int setitimer (int, const struct itimerval *, struct itimerval *); */ diff --git a/usr/src/lib/libc/common/sys/setreid.s b/usr/src/lib/libc/common/sys/setreid.s index c04b9df6e1..cbbe4aafa7 100644 --- a/usr/src/lib/libc/common/sys/setreid.s +++ b/usr/src/lib/libc/common/sys/setreid.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setreid.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/common/sys/setrlimit.s b/usr/src/lib/libc/common/sys/setrlimit.s index b8630b272e..37de71059d 100644 --- a/usr/src/lib/libc/common/sys/setrlimit.s +++ b/usr/src/lib/libc/common/sys/setrlimit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setrlimit.s" /* C library -- setrlimit */ /* int setrlimit(int resource, const struct rlimit *rlp) */ diff --git a/usr/src/lib/libc/common/sys/setuid.s b/usr/src/lib/libc/common/sys/setuid.s index ca2e76b00d..7006e27338 100644 --- a/usr/src/lib/libc/common/sys/setuid.s +++ b/usr/src/lib/libc/common/sys/setuid.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setuid.s" /* C library -- setuid */ /* int setuid (uid_t uid); */ diff --git a/usr/src/lib/libc/common/sys/sigaltstk.s b/usr/src/lib/libc/common/sys/sigaltstk.s index 38b8e648ec..104a4d435f 100644 --- a/usr/src/lib/libc/common/sys/sigaltstk.s +++ b/usr/src/lib/libc/common/sys/sigaltstk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigaltstk.s" /* C library -- sigaltstack */ /* int sigaltstack (stack_t *ss, stack_t *oss); */ diff --git a/usr/src/lib/libc/common/sys/sigprocmsk.s b/usr/src/lib/libc/common/sys/sigprocmsk.s index 68891726e1..aa7e3b7b2f 100644 --- a/usr/src/lib/libc/common/sys/sigprocmsk.s +++ b/usr/src/lib/libc/common/sys/sigprocmsk.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigprocmsk.s" /* C library -- sigprocmask */ /* int sigprocmask (int how, sigset_t *set, sigset_t *oset) */ diff --git a/usr/src/lib/libc/common/sys/sigsendset.s b/usr/src/lib/libc/common/sys/sigsendset.s index 934c110edc..3e6d108fac 100644 --- a/usr/src/lib/libc/common/sys/sigsendset.s +++ b/usr/src/lib/libc/common/sys/sigsendset.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigsendset.s" /* C library -- sigsendset */ /* int sigsendset(procset_t *psp, int sig) */ diff --git a/usr/src/lib/libc/common/sys/sigsuspend.s b/usr/src/lib/libc/common/sys/sigsuspend.s index c0cdd47478..f6e12590be 100644 --- a/usr/src/lib/libc/common/sys/sigsuspend.s +++ b/usr/src/lib/libc/common/sys/sigsuspend.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sigsuspend.s" /* C library -- sigsuspend trap */ /* int __sigsuspend (sigset_t *set); */ diff --git a/usr/src/lib/libc/common/sys/stat.s b/usr/src/lib/libc/common/sys/stat.s index 4b392b037a..db60595cf6 100644 --- a/usr/src/lib/libc/common/sys/stat.s +++ b/usr/src/lib/libc/common/sys/stat.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "stat.s" /* C library -- stat */ /* int stat (const char *path, struct stat *buf); */ diff --git a/usr/src/lib/libc/common/sys/statfs.s b/usr/src/lib/libc/common/sys/statfs.s index aee5c59b2d..3e8357477a 100644 --- a/usr/src/lib/libc/common/sys/statfs.s +++ b/usr/src/lib/libc/common/sys/statfs.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "statfs.s" /* C library -- statfs */ /* int statfs (const char *path, struct statfs *buf, int len, */ diff --git a/usr/src/lib/libc/common/sys/statvfs.s b/usr/src/lib/libc/common/sys/statvfs.s index b2f87ef5f4..33dd10e690 100644 --- a/usr/src/lib/libc/common/sys/statvfs.s +++ b/usr/src/lib/libc/common/sys/statvfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "statvfs.s" /* C library -- statvfs */ /* int statvfs(const char *path, struct statvfs *statbuf) */ diff --git a/usr/src/lib/libc/common/sys/stty.s b/usr/src/lib/libc/common/sys/stty.s index 0350573531..6dd9c98d0a 100644 --- a/usr/src/lib/libc/common/sys/stty.s +++ b/usr/src/lib/libc/common/sys/stty.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "stty.s" /* C library -- stty */ /* int stty (char *path, struct ?? buf, int len); */ diff --git a/usr/src/lib/libc/common/sys/symlink.s b/usr/src/lib/libc/common/sys/symlink.s index dd0408b6e9..d46e48f1c4 100644 --- a/usr/src/lib/libc/common/sys/symlink.s +++ b/usr/src/lib/libc/common/sys/symlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "symlink.s" /* C library -- symlink */ /* int symlink(const char *name1, const char *name2) */ diff --git a/usr/src/lib/libc/common/sys/sync.s b/usr/src/lib/libc/common/sys/sync.s index 1184210683..873980143f 100644 --- a/usr/src/lib/libc/common/sys/sync.s +++ b/usr/src/lib/libc/common/sys/sync.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sync.s" /* C library -- sync */ /* void sync (void); */ diff --git a/usr/src/lib/libc/common/sys/sysconfig.s b/usr/src/lib/libc/common/sys/sysconfig.s index 9ec706f360..49fdf27ef7 100644 --- a/usr/src/lib/libc/common/sys/sysconfig.s +++ b/usr/src/lib/libc/common/sys/sysconfig.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysconfig.s" /* C library -- _sysconfig */ /* int _sysconfig(name) */ diff --git a/usr/src/lib/libc/common/sys/sysfs.s b/usr/src/lib/libc/common/sys/sysfs.s index 198bb220b9..e55fe7b463 100644 --- a/usr/src/lib/libc/common/sys/sysfs.s +++ b/usr/src/lib/libc/common/sys/sysfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysfs.s" /* C library -- sysfs */ /* int sysfs (int opcode, const char *fsname); */ diff --git a/usr/src/lib/libc/common/sys/sysinfo.s b/usr/src/lib/libc/common/sys/sysinfo.s index 640e74da29..c6c9f1724e 100644 --- a/usr/src/lib/libc/common/sys/sysinfo.s +++ b/usr/src/lib/libc/common/sys/sysinfo.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sysinfo.s" /* C library -- sysinfo */ /* int sysinfo(cmd, buf, count) */ diff --git a/usr/src/lib/libc/common/sys/syslwp.s b/usr/src/lib/libc/common/sys/syslwp.s index 7034c709f9..a168f5e215 100644 --- a/usr/src/lib/libc/common/sys/syslwp.s +++ b/usr/src/lib/libc/common/sys/syslwp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "syslwp.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/times.s b/usr/src/lib/libc/common/sys/times.s index 5607f4d50f..a89b1e717f 100644 --- a/usr/src/lib/libc/common/sys/times.s +++ b/usr/src/lib/libc/common/sys/times.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "times.s" /* C library -- times */ /* long times (struct tms *buffer); */ diff --git a/usr/src/lib/libc/common/sys/ulimit.s b/usr/src/lib/libc/common/sys/ulimit.s index b4715957f0..3e63fd6584 100644 --- a/usr/src/lib/libc/common/sys/ulimit.s +++ b/usr/src/lib/libc/common/sys/ulimit.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ulimit.s" /* C library -- ulimit */ /* long ulimit (int cmd, long newlimit); */ diff --git a/usr/src/lib/libc/common/sys/umask.s b/usr/src/lib/libc/common/sys/umask.s index 8efa975c55..09bd5af18f 100644 --- a/usr/src/lib/libc/common/sys/umask.s +++ b/usr/src/lib/libc/common/sys/umask.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "umask.s" /* C library -- umask */ /* mode_t umask (mode_t cmask); */ diff --git a/usr/src/lib/libc/common/sys/umount2.s b/usr/src/lib/libc/common/sys/umount2.s index 4613d4fe05..7faf3624d3 100644 --- a/usr/src/lib/libc/common/sys/umount2.s +++ b/usr/src/lib/libc/common/sys/umount2.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "umount2.s" /* C library -- umount2 */ /* int umount2 (const char *file, int flag); */ diff --git a/usr/src/lib/libc/common/sys/unlink.s b/usr/src/lib/libc/common/sys/unlink.s index 0292d8a728..427ed54c15 100644 --- a/usr/src/lib/libc/common/sys/unlink.s +++ b/usr/src/lib/libc/common/sys/unlink.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "unlink.s" /* C library -- unlink */ /* int unlink (const char *path); */ diff --git a/usr/src/lib/libc/common/sys/utime.s b/usr/src/lib/libc/common/sys/utime.s index 3d46bced00..34d10f97b6 100644 --- a/usr/src/lib/libc/common/sys/utime.s +++ b/usr/src/lib/libc/common/sys/utime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -28,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utime.s" /* C library -- utime */ /* int utime (const char *path, const struct utimbuf *times); */ diff --git a/usr/src/lib/libc/common/sys/utimes.s b/usr/src/lib/libc/common/sys/utimes.s index 4479682770..95f5e27a12 100644 --- a/usr/src/lib/libc/common/sys/utimes.s +++ b/usr/src/lib/libc/common/sys/utimes.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utimes.s" /* C library -- utimes */ /* int utimes (const char *path, const struct timeval *times); */ diff --git a/usr/src/lib/libc/common/sys/utssys.s b/usr/src/lib/libc/common/sys/utssys.s index 35d4e3fed0..a8b5254a6a 100644 --- a/usr/src/lib/libc/common/sys/utssys.s +++ b/usr/src/lib/libc/common/sys/utssys.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "utssys.s" /* C library -- utssys */ /* error = utssys(cbuf, mv, type, outbufp) */ diff --git a/usr/src/lib/libc/common/sys/uucopy.s b/usr/src/lib/libc/common/sys/uucopy.s index d7674f1b23..8b10467b94 100644 --- a/usr/src/lib/libc/common/sys/uucopy.s +++ b/usr/src/lib/libc/common/sys/uucopy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "uucopy.s" #include "SYS.h" diff --git a/usr/src/lib/libc/common/sys/vhangup.s b/usr/src/lib/libc/common/sys/vhangup.s index 1b6a4b58d1..a81c677659 100644 --- a/usr/src/lib/libc/common/sys/vhangup.s +++ b/usr/src/lib/libc/common/sys/vhangup.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vhangup.s" /* C library -- vhangup */ /* int vhangup() */ diff --git a/usr/src/lib/libc/common/sys/waitid.s b/usr/src/lib/libc/common/sys/waitid.s index 5b4a6dc2f3..65e735c32d 100644 --- a/usr/src/lib/libc/common/sys/waitid.s +++ b/usr/src/lib/libc/common/sys/waitid.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "waitid.s" /* C library -- waitid */ /* int waitid(idtype_t idtype, id_t id, siginfo_t *infop, diff --git a/usr/src/lib/libc/common/sys/write.s b/usr/src/lib/libc/common/sys/write.s index d69ccb5f86..24b41a1b5f 100644 --- a/usr/src/lib/libc/common/sys/write.s +++ b/usr/src/lib/libc/common/sys/write.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "write.s" /* C library -- write */ /* ssize_t __write(int fildes, const void *buf, size_t nbyte); */ diff --git a/usr/src/lib/libc/common/sys/writev.s b/usr/src/lib/libc/common/sys/writev.s index 9c793aec78..13a93b9b77 100644 --- a/usr/src/lib/libc/common/sys/writev.s +++ b/usr/src/lib/libc/common/sys/writev.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "writev.s" /* C library -- writev */ /* ssize_t __writev(int fd, const struct iovec *iovp, int iovcnt) */ diff --git a/usr/src/lib/libc/common/sys/yield.s b/usr/src/lib/libc/common/sys/yield.s index c36b8fe9aa..685dd13438 100644 --- a/usr/src/lib/libc/common/sys/yield.s +++ b/usr/src/lib/libc/common/sys/yield.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "yield.s" #include "SYS.h" |
