Deleted Added
full compact
lockd.h (14124) lockd.h (14981)
1/*
2 * Copyright (c) 1995
3 * A.R. Gordon (andrew.gordon@net-tel.co.uk). 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

--- 23 unchanged lines hidden (view full) ---

32 */
33
34
35
36#include <stdio.h>
37#include <rpc/rpc.h>
38#include <syslog.h>
39#include <rpcsvc/sm_inter.h> /* protocol to talk to rpc.statd */
1/*
2 * Copyright (c) 1995
3 * A.R. Gordon (andrew.gordon@net-tel.co.uk). 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

--- 23 unchanged lines hidden (view full) ---

32 */
33
34
35
36#include <stdio.h>
37#include <rpc/rpc.h>
38#include <syslog.h>
39#include <rpcsvc/sm_inter.h> /* protocol to talk to rpc.statd */
40#include <rpcsvc/nlm_prot.h> /* The protocol we are implementing */
40#include "nlm_prot.h" /* The protocol we are implementing */
41
42
43/* global variables ------------------------------------------------------- */
44extern int debug_level;
41
42
43/* global variables ------------------------------------------------------- */
44extern int debug_level;