summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/rmp_var.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-06-29 19:50:26 +0000
committersteve <steve@FreeBSD.org>1997-06-29 19:50:26 +0000
commitc08c53d77406e9025bae15bb0da72f757f38073b (patch)
treec3a91194a8e6990997d715644d67ac180cabc8fc /libexec/rbootd/rmp_var.h
parent0d992ff3138ae20de7a6f94dd7a46d15618900ad (diff)
downloadFreeBSD-src-c08c53d77406e9025bae15bb0da72f757f38073b.zip
FreeBSD-src-c08c53d77406e9025bae15bb0da72f757f38073b.tar.gz
Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,
index -> strchr, and rindex -> strrchr.
Diffstat (limited to 'libexec/rbootd/rmp_var.h')
-rw-r--r--libexec/rbootd/rmp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rbootd/rmp_var.h b/libexec/rbootd/rmp_var.h
index 7da0fdd..3a9c7f4 100644
--- a/libexec/rbootd/rmp_var.h
+++ b/libexec/rbootd/rmp_var.h
@@ -127,7 +127,7 @@ typedef char restofpkt;
* COPYWORD(w1,w2) Copy u_word `w1' to `w2'.
* GETWORD(w,i) Copy u_word `w' into int `i'.
* PUTWORD(i,w) Copy int `i' into u_word `w'.
- *
+ *
* N.B. Endianness is handled by use of ntohl/htonl
*/
#if defined(__vax__) || defined(__tahoe__) || defined(__m68k__)
OpenPOWER on IntegriCloud