about summary refs log tree commit diff
path: root/Functions/TCP/tcp_open
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-02-23 23:24:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-02-23 23:24:29 +0000
commitb1ae269e555cb3997ebac0ceae936f563e3c67c1 (patch)
treed5b1334521eef1f69dcd68773c6c8a3f0f844d1e /Functions/TCP/tcp_open
parentfcc7489b7e8c2e572e94b1161ff37a6c0694d864 (diff)
downloadzsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.gz
zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.xz
zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.zip
18278: remove zgprintf, zformat already does this
Diffstat (limited to 'Functions/TCP/tcp_open')
-rw-r--r--Functions/TCP/tcp_open3
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/TCP/tcp_open b/Functions/TCP/tcp_open
index d9d5a96da..f762d932a 100644
--- a/Functions/TCP/tcp_open
+++ b/Functions/TCP/tcp_open
@@ -54,7 +54,8 @@ emulate -L zsh
 setopt extendedglob cbases
 
 zmodload -i zsh/net/tcp || return 1
-autoload -U zgprintf tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler
+zmodload -i zsh/zutil
+autoload -U tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler
 autoload -U tcp_log tcp_output tcp_proxy tcp_read tcp_rename tcp_send
 autoload -U tcp_sess tcp_spam tcp_talk tcp_wait