diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
| commit | e026a48c34d396fe7d0e382673a69bc047c0bfca (patch) | |
| tree | 41763f513f184b022b2875b747c2d1e83d4ed74f /usr.bin/lockf | |
| parent | 37a6b453c4a040bb780d670e1374536b595f452b (diff) | |
Notes
Diffstat (limited to 'usr.bin/lockf')
| -rw-r--r-- | usr.bin/lockf/lockf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 6c08ff91fcc0..257af52b3620 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -21,10 +21,11 @@ * 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$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/wait.h> |
