diff options
Diffstat (limited to 'usr.sbin/amd/amd/restart.c')
-rw-r--r-- | usr.sbin/amd/amd/restart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/restart.c b/usr.sbin/amd/amd/restart.c index 52a9c87..421c2a1 100644 --- a/usr.sbin/amd/amd/restart.c +++ b/usr.sbin/amd/amd/restart.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: restart.c,v 5.2.2.1 1992/02/09 15:08:59 jsp beta $ + * $Id: restart.c,v 1.1.1.1 1994/05/26 05:22:02 rgrimes Exp $ * */ @@ -122,7 +122,7 @@ void restart() mo.opt_rfs = strdup(cp+1); *cp = ':'; } else if (fs_ops->ffserver == find_nfs_srvr) { - /* + /* * Prototype 4.4 BSD used to end up here - * might as well keep the workaround for now */ |