subr.c (c3aac50f284c6cca5b4f2eb46aaa13812cb8b630) | subr.c (6e547eabb804d199d43ff88ef8ed3dff8cfa61c0) |
---|---|
1/*- 2 * Copyright (c) 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 27 unchanged lines hidden (view full) --- 36static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; 37#endif 38static const char rcsid[] = 39 "$FreeBSD$"; 40#endif /* not lint */ 41 42#include <sys/param.h> 43#include <sys/file.h> | 1/*- 2 * Copyright (c) 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 27 unchanged lines hidden (view full) --- 36static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; 37#endif 38static const char rcsid[] = 39 "$FreeBSD$"; 40#endif /* not lint */ 41 42#include <sys/param.h> 43#include <sys/file.h> |
44#include <sys/lock.h> |
|
44#include <sys/user.h> 45#include <sys/proc.h> 46#include <sys/time.h> 47#include <sys/ktrace.h> 48 49#include <stdio.h> 50 51#include "ktrace.h" --- 65 unchanged lines hidden --- | 45#include <sys/user.h> 46#include <sys/proc.h> 47#include <sys/time.h> 48#include <sys/ktrace.h> 49 50#include <stdio.h> 51 52#include "ktrace.h" --- 65 unchanged lines hidden --- |