diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
commit | ea8d448a923f0d68d7ecf1d2a0583c7d17bdee4e (patch) | |
tree | ef433201f15534b3543b0b05d4dc15466eed0d0c /lib/libc/gen/siginterrupt.c | |
parent | 919834bd3fbf2b77cedce148242610009c432c29 (diff) |
Fix SCM ID's.
Notes
Notes:
svn path=/head/; revision=90039
Diffstat (limited to 'lib/libc/gen/siginterrupt.c')
-rw-r--r-- | lib/libc/gen/siginterrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/siginterrupt.c b/lib/libc/gen/siginterrupt.c index 245d73888e23..8269499d2599 100644 --- a/lib/libc/gen/siginterrupt.c +++ b/lib/libc/gen/siginterrupt.c @@ -29,13 +29,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)siginterrupt.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "namespace.h" #include <signal.h> |