aboutsummaryrefslogtreecommitdiff
path: root/src/builtin/gethostname.bi
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin/gethostname.bi')
-rw-r--r--src/builtin/gethostname.bi5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/builtin/gethostname.bi b/src/builtin/gethostname.bi
index 3d616683..9914a574 100644
--- a/src/builtin/gethostname.bi
+++ b/src/builtin/gethostname.bi
@@ -14,6 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+MF_BUILTIN_MODULE
+
#ifndef ENAMETOOLONG
# define ENAMETOOLONG 0
#endif
@@ -134,5 +136,4 @@ MF_DEFUN(getdomainname, STRING)
MF_RETURN_OBSTACK();
}
END
-
-MF_INIT
+

Return to:

Send suggestions and report system problems to the System administrator.