diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
| commit | 2162b2d2265b5a190e84216b529977d83162f9cc (patch) | |
| tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/sh/options.c | |
| parent | 236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff) | |
Notes
Diffstat (limited to 'bin/sh/options.c')
| -rw-r--r-- | bin/sh/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/options.c b/bin/sh/options.c index 17e029d6fd99..038ae5f9470e 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: options.c,v 1.2 1994/09/24 02:58:04 davidg Exp $ */ #ifndef lint @@ -201,7 +201,7 @@ minus_o(name, val) error("Illegal option -o %s", name); } } - + STATIC void setoption(flag, val) |
