[BACK]Return to os.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / confgen / win32

Annotation of src/external/mpl/bind/dist/bin/confgen/win32/os.c, Revision 1.5

1.2       christos    1: /*     $NetBSD: os.c,v 1.1.1.5 2014/12/10 03:34:23 christos Exp $      */
1.1       christos    2:
                      3: /*
                      4:  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
                      5:  *
1.5     ! christos    6:  * SPDX-License-Identifier: MPL-2.0
        !             7:  *
1.1       christos    8:  * This Source Code Form is subject to the terms of the Mozilla Public
1.5     ! christos    9:  * License, v. 2.0.  If a copy of the MPL was not distributed with this
1.4       christos   10:  * file, you can obtain one at https://mozilla.org/MPL/2.0/.
1.1       christos   11:  *
                     12:  * See the COPYRIGHT file distributed with this work for additional
                     13:  * information regarding copyright ownership.
                     14:  */
                     15:
1.3       christos   16: #include <errno.h>
1.1       christos   17: #include <fcntl.h>
1.3       christos   18: #include <io.h>
1.1       christos   19: #include <stdio.h>
                     20: #include <sys/stat.h>
1.3       christos   21: #include <sys/types.h>
                     22: #include <unistd.h>
                     23:
                     24: #include <confgen/os.h>
1.1       christos   25:
                     26: int
                     27: set_user(FILE *fd, const char *user) {
                     28:        return (0);
                     29: }

CVSweb <webmaster@jp.NetBSD.org>