aboutsummaryrefslogtreecommitdiff
path: root/src/builtin/getpw.bi
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin/getpw.bi')
-rw-r--r--src/builtin/getpw.bi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/builtin/getpw.bi b/src/builtin/getpw.bi
index a148a713..7e127198 100644
--- a/src/builtin/getpw.bi
+++ b/src/builtin/getpw.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
+
static void
return_passwd(eval_environ_t env, struct passwd *pw)
{
@@ -75,5 +77,3 @@ MF_DEFUN(getpwuid, STRING, NUMBER uid)
}
END
-
-MF_INIT

Return to:

Send suggestions and report system problems to the System administrator.