diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
| commit | 148531ef1e6681bf21fa82c8afd667377b9c057f (patch) | |
| tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/xtend | |
| parent | 3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff) | |
Notes
Diffstat (limited to 'libexec/xtend')
| -rw-r--r-- | libexec/xtend/packet.c | 2 | ||||
| -rw-r--r-- | libexec/xtend/paths.h | 2 | ||||
| -rw-r--r-- | libexec/xtend/status.c | 2 | ||||
| -rw-r--r-- | libexec/xtend/user.c | 2 | ||||
| -rw-r--r-- | libexec/xtend/xten.h | 2 | ||||
| -rw-r--r-- | libexec/xtend/xtend.8 | 2 | ||||
| -rw-r--r-- | libexec/xtend/xtend.c | 2 | ||||
| -rw-r--r-- | libexec/xtend/xtend.h | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index 8dfad8808bbdd..ec67c94895e16 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index 77c6ae9c36ea0..e41d214ed07fd 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,5 +1,7 @@ /* * Pathnames for files used by xtend + * + * $Id$ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index 2ee3812a2d56d..e527f55155c62 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index f029f5f69e5d3..a795dba1a3e62 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index e782f155ca37e..23e8c6b266d08 100644 --- a/libexec/xtend/xten.h +++ b/libexec/xtend/xten.h @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index 7d877e5edc7e8..f99dfb7e32fd1 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,6 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 .Dt XTEND 8 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 609bc7fe016d9..dd3212978418c 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index 1b8c7067e3f19..9d704449cf69f 100644 --- a/libexec/xtend/xtend.h +++ b/libexec/xtend/xtend.h @@ -27,6 +27,8 @@ * 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. + * + * $Id$ */ /* |
