summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-25 23:24:43 +0000
committerdfr <dfr@FreeBSD.org>2000-10-25 23:24:43 +0000
commit0f792ce6e2e45dc65627db2ca3ebd3edc5f52378 (patch)
tree6dbcd7e73f3c6a2922a26fdc9c6f8d8d6e28853f /sys
parent6f876111db73c027a544e260a883ec8ad382e564 (diff)
downloadFreeBSD-src-0f792ce6e2e45dc65627db2ca3ebd3edc5f52378.zip
FreeBSD-src-0f792ce6e2e45dc65627db2ca3ebd3edc5f52378.tar.gz
Make a few functions inline to save space.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/alpha/boot1/boot1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c
index 2d2026a..d7a1a04 100644
--- a/sys/boot/alpha/boot1/boot1.c
+++ b/sys/boot/alpha/boot1/boot1.c
@@ -154,7 +154,7 @@ devread(char *buf, int block, size_t size)
prom_read(prom_fd, size, buf, block);
}
-static void
+static inline void
devclose()
{
if (prom_fd) {
@@ -163,7 +163,7 @@ devclose()
}
}
-static void
+static inline void
getfilename(char *filename, const char *defname)
{
int c;
@@ -189,7 +189,7 @@ getfilename(char *filename, const char *defname)
return;
}
-static void
+static inline void
loadfile(char *name, char *addr)
{
int n;
OpenPOWER on IntegriCloud