mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-set-password.c,v 1.4 2009-05-14 07:49:23 nicm Exp $ */
|
||||
/* $Id: cmd-set-password.c,v 1.5 2009-06-25 16:47:00 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -23,10 +23,6 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
#ifdef HAVE_CRYPT_H
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Set server password.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user